Identifiers are the names that are given to game elements. These names can consist of letters, digits, and the underscore character (_). They are not case sensitive, meaning that the identifiers ‘Agast', ‘AGAST', and ‘AgAsT' are all equivalent. Also, it is illegal to begin an identifier with a digit, because the compiler would recognize it as a literal value.