Literals are LDL+ primitives used in logic statements to specify values. They are used when appropriate within logic statements to denote values that do not change.
A literal can be either a string or numeric literal. The Boolean literals ‘true’ and ‘false’ can also be used. As string literals, they can have character significance. However, string literals which contain valid numeric syntax might be used wherever a numeric literal is allowed. As numeric literals, their values have numerical significance.
A letter is defined as a character in the range A through z, as listed.
A | B | C | D | E | F | G | H | I | J | K | L | M |
N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
a | b | c | d | e | f | g | h | i | j | k | l | m |
n | o | p | q | r | s | t | u | v | w | x | y | z |
A digit is defined as a character in the range 0 through 9, as listed.
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |