| |||
| Home > Assembler > Directives > SETL directive | |||
The SETL directive sets the value of a local
or global logical variable.
The syntax of SETL is:
variable-nameSETLexpression
where:
variable-nameis the name of a variable declared by a GBLL or LCLL directive.
expressionis an expression that evaluates to either {TRUE} or {FALSE}.
You must declare using
a variable-nameLCLL or GBLL directive before using SETL.
Refer to GBLL directive and LCLL directive for more information.