Up | Next | Prev | PrevTail | Tail |
A command is an order to the system to do something. Some commands cause visible results (such as calling for input or output); others, usually called declarations, set options, define properties of variables, or define procedures. Commands are formally defined as a statement followed by a terminator
⟨command⟩ | ::= | ⟨statement⟩⟨terminator⟩ |
⟨terminator⟩ | ::= | ;∣$ |
Some REDUCE commands and declarations are described in the following sub-sections.
Up | Next | Prev | PrevTail | Front |