LL (Linked lists)
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > LL (Linked lists) |
This functionality has been made obsolete by newer, better optimized Linked List available directly in core instead.
Description
LL module provides function to handle simple Linked Lists.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "LL"
This directive will load the module and add the following new keywords.