ENABLE Reference Manual
RUNNING ENABLE
Reserved Words
Comments
Comments are useful only as documentation within a command file.
You can include comments with all commands. Comments must be
delimited by the double hyphen (--) symbol. ENABLE ignores the
double hyphen symbol and all subsequent characters up to the next
double hyphen or the end of the effective command line, for
example:
SET DELETE OFF -- Prohibits delete operations
ADD BOX parts-box, RECORD parts, -- 2 records in box -- SIZE 2
Reserved Words
Reserved words are words with special meaning to ENABLE. You
cannot use reserved words as field names, box names, or
application names. Appendix C provides a list of the reserved
words.
2-25