

Next:Node
dependent variablesUp:RESERVED
WORDSPrevious:Indexed
node variable
Control and state variables
-
ICOPY integer; number of the copy produced by a COPYMESS instruction.
-
EXTREL boolean; TRUE if there was extraction of messages by
an instruction REL.
-
SYNC boolean; TRUE if there was assembling or synchronization
of messages by ASSEMBLE or SYNCHRONIZE instructions.
-
SENT boolean; TRUE if a SENDTO was executed.
-
RND[<integer>] real; index from 1 to 10; is the
actual value of the random number between 0 and 1 of the stream given by
the index.
-
RN[<integer>] real; index from 1 to 10, is the actual
value of the random number (between 1 and the module 21474836647) of the
stream given by the index. Its initial value is the seed of the stream.
This value can be changed by the user.
domingo c
Mon Mar 20 17:40:46 PST 2000