|
Set |
Top Previous Next |
|
Establishes or redefines contents of a control variable that is accessible in the code where the command appears and all code included therein.
$set varname value
where varname is any user chosen variable name value is optional and can contain text or a number
Use of this command is discussed in the Conditional Compilation chapter.
These variables are destroyed using $drop varname |