A-Z
and a-z).
0-9)
. ! ?
and underscore (_).
a-z
to uppercase
A-Z) before
use.Fred
Albert.Hall
WHERE?
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.
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.17.3E-12
.03e+9
.E-12 -- no digits
3ae+6 -- non-digit character
3..0e+9 -- more than one '.'