Displays help text for programs. | |||||
---|---|---|---|---|---|
Syntax |
HELP (key_word|'*')* |
||||
Description |
Prints a description of key_word(s). If the final argument is *, a list of valid key_words that can be used as further modifiers of the preceding key_words is displayed. If the final argument is omitted, a general description of the use of the preceding modifying key_words is printed. | ||||
I/O-Units |
|
||||
Examples |
%HELP * Prints a list of all initial key_words for which there is HELP. %HELP DELETE Prints a description of the RIO 'DELETE' command. |