SCM
3.6: SCM Session
-
Options, file loading and features can be specified from the command
line. See System interface. See Require.
-
Typing the end-of-file character at the top level session (while SCM is
not waiting for parenthesis closure) causes SCM to exit.
-
Typing the interrupt character aborts evaluation of the current form
and resumes the top level read-eval-print loop.
- Function: quit
- Function: quit
n
- Function: exit
- Function: exit
n
-
Aliases for
exit (see exit). On many
systems, SCM can also tail-call another program. See execp.
- Function: program-arguments
-
Returns a list of strings of the arguments scm was called with.
For documentation of the procedures getenv and system
See System Interface.
- Function: vms-debug
-
If SCM is compiled under VMS this
vms-debug will invoke the VMS
debugger.