TYPE: Evaluate/Print Arithmetic Expressions

   

Form: TYPE expression [expression] [expression] ...
This command can be used to print out arithmetic expressions. Up to 15 expressions can be printed out at one time.

Examples:

TYPE X
Evaluates X (a variable) and shows the value of X on the screen.
TYPE X+0.53.4
Evaluates the expression shows and prints the value.
NOTE: the expressions which TYPE will accept must have at least one non-numeric character in them. This means that the expressions must contain at least one variable name OR at least one arithmetic operator. Thus, something likewill not work.

The command PRINTF allows you to print expressions in a designated format.