Identifiers

Identifier names may only consist of letters, digits, and the underscore character. Iidentifiers must not start with a digit. These identifiers are valid:

foo, Hello, _test, x123, Long_Identifier

These identifiers are not valid:

1foo, te$t