home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / LOAD.TRU < prev    next >
Encoding:
Text File  |  1980-01-08  |  747 b   |  16 lines

  1. True BASIC          LOAD
  2.      
  3.       Type          │  Press   │
  4. ────────────────────┼──────────┼─────────────────────────────────────────────
  5.                     │          │
  6.  LOAD lib1,lib2,... │          │  to load libraries into your workspace
  7.                     │          │  
  8.                     │          │
  9. ────────────────────┴──────────┴─────────────────────────────────────────────
  10.  
  11. Use the LOAD command to add libraries to your workspace.  Once a library
  12. is LOADed, any program that uses it will start up much faster.  You don't
  13. need to include LIBRARY statements in your program if the libraries you
  14. want have been loaded.  You don't need to use DECLARE DEF for any functions
  15. which you have loaded into your workspace.
  16.