home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
181.img
/
TASM-101.ZIP
/
WHUSAGE.INC
< prev
next >
Wrap
Text File
|
1989-05-02
|
444b
|
17 lines
; FILENAME: WHUSAGE.INC
;
; Copyright (c) 1988, 1989 by Borland International, 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>