home *** CD-ROM | disk | FTP | other *** search
- True BASIC LOAD
-
- Type │ Press │
- ────────────────────┼──────────┼─────────────────────────────────────────────
- │ │
- LOAD lib1,lib2,... │ │ to load libraries into your workspace
- │ │
- │ │
- ────────────────────┴──────────┴─────────────────────────────────────────────
-
- Use the LOAD command to add libraries to your workspace. Once a library
- is LOADed, any program that uses it will start up much faster. You don't
- need to include LIBRARY statements in your program if the libraries you
- want have been loaded. You don't need to use DECLARE DEF for any functions
- which you have loaded into your workspace.
-