home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / a220_1 / !BlibII / !Help next >
Text File  |  1993-03-02  |  1KB  |  33 lines

  1.  
  2.  
  3.                     Blib II       version 1.07           © Ian Palmer, 1993
  4.                     -------
  5.  
  6.  
  7. 'Blib II' is a program which allows greater flexibility in the use of Basic
  8. V libraries. Its main task in life is to allow convenient extraction of
  9. library routines from library files and the adding of these routines to your
  10. Basic programs. This has several advantages :
  11.  
  12.   • Because only the required routines are extracted, your program will
  13.     require less memory than using the LIBRARY or INSTALL commands.
  14.  
  15.   • Because all the routines are stored in one Basic program, calls will
  16.     be slightly faster, especially faster than using OVERLAY libraries.
  17.  
  18.   • The special 'Blib II' library structure allows full documentation
  19.     to be stored with the routines, but not extracted with them. This means
  20.     you have the advantages of fully documented routines, but none of the
  21.     overhead (either space nor speed) when using them.
  22.  
  23.   • The documentation for each library routine can easily, and quickly, be
  24.     viewed in a convenient window.
  25.  
  26.   • Blib II can also warn you of any routines that are defined but never
  27.     called. Thus allowing further saving of space.
  28.  
  29.  
  30. Full details of how to use Blib II are contained within the Docs directory
  31. which is located inside the !BlibII application directory.
  32.  
  33.