;
DEBUG "Print" Command...
Print [{ -Ascii | -Binary | -Decimal | -Hex | -Octal | -Unsigned }]
[<expr>,<expr>,...,<expr>]
See the IF command for a definition of <expr>.
"Print" by itself produces a blank line.
If a format option is used (-Ascii etc.), it must come BEFORE
the expression list.
If you enter "Print -H", for example, the command assumes you
want the negation of variable H, not a blank line in hex.