Literals
Explains the use of literals in IBM ILOG Script.
Literals can represent the following elements:
Numbers, for example:
12 14.5 1.7e-100Strings, for example,
"Ford" "Hello world\n"Booleans, either
trueorfalseThe null value:
null.
For further details about number and string literal syntax, see Numbers and IBM ILOG Script strings.