home *** CD-ROM | disk | FTP | other *** search
-
- ; FILENAME: WHUSAGE.INC
- ;
- ; DESCRIPTION: This include file declares pascal style strings representing
- ; the programs usage or help screen.
-
-
- ; Define a Pascal string containing the syntax for the program.
-
- MakePascalString Syntax, <"Syntax: WHEREIS filename", 13, 10>
-
- ; Define a pascal string representing a blank line
-
- MakePascalString BlankLine, <13, 10>