Go to the first, previous, next, last section, table of contents.
LIC
has to be invoked in either Rapid Prototyping System for
Code Generation or Matrix and Linear Inequality Calculator mode.
lic -c
LIC
in the Rapid Prototyping System for Code
Generation mode.
lic -m
LIC
in the Matrix and Linear Inequality
Calculator mode.
The flag `-h' can be used in both modes to print out the help page associated with each mode.
When LIC
is run, a prompt (`>') is displayed requesting
input. After entering a statement followed by a newline, LIC
will parse your statement and perform the requested calculation. Syntax
of many LIC
commands depends on the mode in which LIC
is
running. See section Prototyping System Syntax for the commands available in
the rapid prototyping mode and see section Calculator Syntax for matrix and
linear inequality calculator mode.
The following are some common features in both modes.
LIC
session use one of the following commands.
end
quit
exit
bye
help
h
Go to the first, previous, next, last section, table of contents.