Literals
A PL/MX literal is a constant Boolean, character, or numeric value. The Boolean and numeric literals can be used in expressions or assigned to a variable of the appropriate datatype.
Literal Type | Example literals |
Boolean | FALSE
TRUE |
Character | 'abc'
'Character string with spaces' |
Numeric | 654
2147483647 |