PRESCRIBE Command Reference
58
CMNT — CoMmeNT
Format
CMNT string;
Parameter
string:
any character string
Function
The CMNT command adds a character string, typically a comment explaining the
purpose of the following PRESCRIBE commands. The CMNT command statement will
be ignored by the printing system.
Although character strings are normally enclosed in apostrophes or quotation marks, this
is unnecessary for comment strings as long as the string does not itself contain an
apostrophe, quotation mark, or semicolon.
File
!R! RES;
SLM 2; STM 2;
SFNT ’TimesNewRoman’; CMNT TimesNewRoman;
EXIT;
The CMNT command in the above program reminds
you that SFNT represents the TimesNewRoman font.
Printout