home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 181.img / TASM-101.ZIP / WHUSAGE.INC < prev    next >
Text File  |  1989-05-02  |  444b  |  17 lines

  1.  
  2. ;   FILENAME: WHUSAGE.INC
  3. ;
  4. ;   Copyright (c) 1988, 1989 by Borland International, Inc.
  5. ;
  6. ;   DESCRIPTION: This include file declares pascal style strings representing
  7. ;   the programs usage or help screen.
  8.  
  9.  
  10. ; Define a Pascal string containing the syntax for the program.
  11.  
  12. MakePascalString Syntax, <"Syntax: WHEREIS filename", 13, 10>
  13.  
  14. ; Define a pascal string representing a blank line
  15.  
  16. MakePascalString BlankLine, <13, 10>
  17.