Identifier

An identifier is the name of a constant or a variable such as an attribute, a global, local, or a property. Identifiers in Hugo must start with a letter, then followed by zero or more letters, numbers or underscores. The maximum permitted length of an identifier is 32 characters. Identifiers are not case sensitive, so the identifiers Player, PLAYER, plaYer or PlayEr are the same single identifier.