FR L | [Read (sets) a local string variable] |
FR G | [Read (sets) a global string variable] |
FR F | [Read (sets) global string variables from a file] |
RR | [Read (Set) Register variables] |
VAR | [Variable Assignment] |
.PROMPT & VARIABLE NAME: ?MYPROMPT? [name]
[Enter prompt string to be printed when procedure is called
from an interactive session and name for this variable.]
[Upon procedure execution, prompt string is printed on terminal or in SPIDER results file:]
.MYPROMPT: PIC{***[num]}
[Enter value to be associated with this variable. Any
alphanumeric string such as a filename is allowed.
If the value contains another
variable or a register, then these components are evaluated
in the procedure where they are specified (before being
passed into the caller).]
NOTES