User guide
130 CHAPTER 4. THE COMMAND LANGUAGE
clibit noprompt Do not output prompts even when not in a command-
command.
clibit
eofdel Delete this task when EOF is received under Cintpos.
clibit
comcom This CLI is curr ently in a command-command executing
commands from a temporary file.
clibit
maincli This CLI is the task 1 CLI under Cintpos or the main CLI
under other systems.
clibit
newcli This CLI was created by the newcli c ommand under Cint-
pos.
clibit
runcli This CLI was created by the run command under Cintpos.
clibit
mbxcli This CLI was created by the mbxcli c omman d under Cint-
pos.
clibit
tcpcli This CLI was created by the tcpcli command under Cint-
pos.
clibit
endcli The endcli command has been e x ec ut e d on this CLI under
Cintpos.
cli
background CIN:y, POS:y, NAT:y
This is an obsolete variable that mainly controlled the generation of prompts. It is
to be superceded by the noprompt bit in cli
status.
cli
defaultstack CIN:y, POS:y, NAT:y
This holds the size of the coroutine stack that the CLI creates every time it runs a
command. Its value can be changed by the stack command.
cli
commandname CIN:y, POS:y, NAT:y
This holds the name of the current command
cli
module CIN:y, POS:y, NAT:y
This is either zero or the module of loaded code corresponding to the currently
executing command. It is used by the CLI to unload commands after they have been
run.