Load file. The command
load<filename>
compiles and loads the named file. The Handy Board must be attached
for this to work. IC
looks first in the local directory and then in
the IC
library path for files.
Several files may be loaded into IC
at once, allowing programs to be
defined in multiple files.
Unload file. The command
unload< filename
> unloads the named file, and re-downloads remaining files.
List files, functions, or globals. The command
list
files displays the names of all files presently loaded into IC
. The
command
list functions displays the names of presently defined C
functions. The command
list globals displays the names of all
currently defined global variables.
Kill all processes. The command
kill_all kills all
currently running processes.
Print process status. The command
ps prints the status
of currently running processes.
Help. The command
help displays a help screen of
IC
commands.
Quit. The command
quit exits IC
. In the
MS-DOS version, CTRL-C can also be used.