| RR G | [Read Register variables - Global] |
| RR C | [Read Register variables - Copy from global] |
| RR S | [Read Register variable - from list of variables] |
| VAR | [Variable Assignment] |
WITHIN AN INTERACTIVE SESSION:
RR [mag],..
? ENTER MAGNIFICATION ?
[A procedure containing the 'RR' operation followed on the next line by a solicitation prompt e.g. ? ENTER MAGNIFICATION ? produces the following prompt in the interactive session]:
? ENTER MAGNIFICATION ? 4.
[The magnification value may either be explicitly entered (e.g. 4.),
declared as the contents of a register variable already defined within
the interactive session (e.g. [var20]), or as a symbol
already defined within the interactive session (e.g. [var_sym]).
The value entered in any of the three forms will be stored
in register variable: [mag].]
RR [mag],..
? ENTER MAGNIFICATION ?
[A procedure containing the 'RR' operation followed on the next line
by a solicitation prompt (e.g. ? ENTER MAGNIFICATION ?) reads its input from
the succeeding line in the calling procedure.
In the calling procedure the magnification value may either be explicitly
entered (e.g. 4.), declared as the contents of a register variable of the calling
procedure (e.g. [var20]), or as a symbol present in the calling procedure
(e.g. [var_sym]). The value entered in any of the three forms will be stored
in register variable: [mag].]
NOTES