The DAX/2 System – Version 8.0.5
28
set
<variable>
<value>
Sets the indicated variable
<variable>
to the specified value
<value>
. Variables must be prefixed with
$
,
%
, or
@
in-
dicating text, integer number, or real number datatype, respectively.
randset
<variable>
<max>
Sets the indicated variable
<variable>
to a random integer between 0 and
<value>
– 1. The variable must be an in-
teger.
unset
<variable>
Deletes the specified variable from memory.
report
<variable>
Causes the unit to speak the name and value of the specified variable.
ifeq
<value_1>
<value_2>
<expression>
Executes the specified expression (a complete line of code, possibly including more of these keywords) if
<value_1>
and
<value_2>
are equal. The first value must be an integer variable with its
%
prefix removed; the second value
may be either an integer literal or an integer variable.
To include a comment in an Arabesque script, start the line with a hash sign (
#
).