Conventions for Names

When you give an element in your program a name, that name usually starts with an alphabetical character. Nullable variables must start with the hash (#).

Some rules that are applicable to names follow.

See also