User guide

4.3. COMMANDS 115
endcli CIN:n, POS:y, NAT:n
This Cintpos command causes a CLI task to commit suicide.
enlarge /A,TO/K CIN:y, POS:y, NAT:y
This command output a large version of its first argument either to file or t o stan-
dard output. For instance: enlarge Hello will generate the following:
## ## ######## ## ## ######
## ## ######## ## ## ########
## ## ## ## ## ## ##
######## ###### ## ## ## ##
## ## ## ## ## ## ##
## ## ## ## ## ## ##
## ## ######## ######## ######## ########
## ## ######## ######## ######## ######
fact CIN:y, POS:y, NAT:y
This is a simple example program used in the console session demonstration pre-
sented on page 7.
fail RC/N,REASON/N CIN:y, POS:y, NAT:y
This c omm and returns to th e CLI with the specified return code and second r e -
sult. The default return code is 10 and the default second result is zero. Unlike the
quit command described below, it does not cause the current command-command to
terminate.
failat FAILLEVEL/N CIN:y, POS:y, NAT:y
This sets the CLI fail level to its ar gum ent if given, otherwise it output the curr e nt
setting. The CLI only issues a warning message if a command yi e l ds a return code
greater than or equal to the fail level value.
getlogname NAME CIN:y, POS:y, NAT:y
This command outputs th e value of a given logical variable name. If none is given
it lis ts the names and values of all logical variables. The list of logical name value pairs
is held in the root node element rtn
envlist.
harness CIN:n, POS:y, NAT:n
This is Cintpos command whose purpose test a system by generating a sequences
of timed events specified by a script.
help ,,,,,,,,,,,,,,,#HELPDIR/K,#TO/K,#TRACE/S CIN:y, POS:y, NAT:y
This command is meant to provide a help facility but has not yet been transferred
to Cintsys or Cintpos.
hex-bin FROM/A,TO/K CIN:y, POS:y, NAT:y
This is the inverse of the bin-hex command. It reads pairs hex digit outputting
the correspond i ng 8-bit bytes.