An identifier must have one of these forms:
'
) and underbars (_
) starting with a letter or prime; ! %
SPMamp; $ # + - / : < = > ? @ ` ^ | *;
In either case, however, reserved words are excluded. This
means that for example #
and |
are not identifiers, but
##
and |=|
are identifiers.
There are six classes of identifiers:
'a
is an alphanumeric identifier starting
with a prime.1 2 3
... not starting with 0
..
' :