. (print now, ARMweb only)
 

Syntax

 .  expression
Description --- Not available on the ARMmite

The . Operator evaluates the expression, then displays the result.
Example


After a program has been run, it can be useful to see what various values are as an aid to debugging.

FOR x = 1 to 10
  HIGH x
NEXT x
RUN
  ...
.x

     ' will display 11 


Differences from other BASICs

See also