A
-Z
and a
-z
).
0
-9
)
. ! ?
and underscore (_
).
a
-z
to uppercase A
-Z
) before use.
a
-z
to uppercase A
-Z
). Symbols that begin with a number or a period are constant symbols and cannot directly be assigned a value. (See Section 1.13.6, “Environment Symbols”.)
0
-9
) or a period, and it can end with the sequence E
or e
, followed immediately by an optional sign (-
or +
), followed immediately by one or more digits (which cannot be followed by any other symbol characters). The character sequence to the left of the "E" or "e" must be a valid simple number, consisting only of digits or '.'. There must be at least one digit and at most one '.'. The sign in this context is part of the symbol and is not an operator.
Example 1.11. Invalid exponential numbers
.E-12 -- no digits 3ae+6 -- non-digit character 3..0e+9 -- more than one '.'