Coding Your Command Definitions
Define each command as follows:
- Specify the name of the command and its national language equivalent using a :CMD statement.
- Define any synonyms using :SYN statements immediately following the :CMD statement.
- Define a two word command using the first word as the command name and using the KW.1 statement to define the second word. If the command is a three word command, use the KW.2 statement to define the third word. (The second and third words are command name modifiers.) You can also have a four word command, a five word command, and so forth.
- Define the syntax for the command with zero or more :OPR statements followed by zero or more :OPT statements.
- Use the comment statement to add explanations to your DLCS file.