| |||
| Home > Directives Reference > Symbol definition directives > SETA, SETL, and SETS | |||
The SETA directive sets the value of a local
or global arithmetic variable.
The SETL directive sets the value of a local
or global logical variable.
The SETS directive sets the value of a local
or global string variable.
variable<setx>expr
where:
<setx>is one of SETA, SETL,
or SETS.
variableis the name of a variable declared by a GBLA, GBLL, GBLS, LCLA, LCLL,
or LCLS directive.
expris an expression that is:
numeric,
for SETA
logical, for SETL
string, for SETS.
You must declare using
a global or local declaration directive before using one of these directives.variable
You can also predefine variable names on the command line.
GBLA VersionNumber
VersionNumber SETA 21
GBLL Debug
Debug SETL {TRUE}
GBLS VersionString
VersionString SETS "Version 1.0"
Using the Assembler: