Macro Programming Language 120
Deko500 User’s Guide
$i=1
Integer
$XY = 3.5 Real
$message = "Goodbye Cruel World" String
If you try to use an uninitialized variable, Deko500 stops executing the command or
macro and displays an error prompt.
A variable may be an element of an array, in which case its name is the name of the
array followed by a subscript that identifies its location in the array. A subscript must
be an integer or an expression that returns an integer.