|
Scheme commands may be entered directly on the
Scheme AIDE command line at the command prompt or loaded from a Scheme procedure file (<filename>.scm). Scheme commands are entered enclosed within parentheses. Any arguments for the command are also enclosed within these parentheses.
|
|
|
Note
|
The name of the Scheme command does not include the parentheses.
|
|
|
A semicolon (;) at the beginning of the command line indicates the start of a comment. Comments are often used within Scheme procedure files.
|
|
|
Refer to the
Scheme Support Component Manual for more information on Scheme commands (including syntax, expressions, conventions, etc.).
|