log_exp

Reference

Syntax

... { {operand1 {=|EQ|<>|NE|>|GT|<|LT|>=|GE|<=|LE
                |CO|CN|CA|NA|CS|NS|CP|NP
                |BYTE-CO|BYTE-CN|BYTE-CA|BYTE-NA|BYTE-CS|BYTE-NS
                |O|Z|M} operand2}
    | {operand [NOT] BETWEEN operand1 AND operand2}
    | {<fs> IS [NOT] ASSIGNED}
    | {ref IS [NOT] BOUND}
    | {operand IS [NOT] INITIAL}
    | {operand IS [NOT] REQUESTED}
    | {operand IS [NOT] SUPPLIED}
    | {[operand [NOT] IN] seltab} } ... .


Effect

Logical expression for formulating a condition in certain statements. Logical expressions can be bracketed explicitly with ( ), linked with AND and OR, and negated with NOT.

Additions