myIdentifier
is different than MyIdentifier
. Identifiers can be any length. DAZ Script identifiers match the regex pattern [_A-Za-z][_A-Za-z0-9]*, which if you're unfamiliar with regular expression, means that the character occupying the first place of an identifier can be one of the following (note the lack of numbers):_ 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
And the characters that can occupy any subsequent places of an identifier, include those above plus the following:
0 1 2 3 4 5 6 7 8 9
The following keywords are reserved:
ECMAScript reserves the following keywords for future use:
|
|
|
|
|
|
|
|