home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / tasm / whusage.inc < prev   
Text File  |  1988-08-28  |  380b  |  15 lines

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