> (execute immediately, ARMweb only)
 

Syntax

> simple_statement
Description --- Not available on the ARMmite

The > (Greater-than) Operator when the first token on a line is used to execute a line of ARMbasic immediately.
Example



The > can be used instead of INPUT during the debugging phase of code.  It can be used to alter a variable.

   > X = 1234

The second example shows > to alter an ARM peripheral location.

   > $e0014000 = $33

Differences from other BASICs

See also