Identifier Reference
Revision as of 13:39, 1 November 2011 by imported>Jlundin (Created page with " <identifier> ::= (<letter> | '_') (<letter> | <digit> | '_')* An identifier is simply a name in Papyrus that refers to a variable, [[Function Reference|f...")
<identifier> ::= (<letter> | '_') (<letter> | <digit> | '_')*
An identifier is simply a name in Papyrus that refers to a variable, function, script, or property. A valid identifier consists of a letter or underscore, optionally followed by several other letters, digits, or underscores.
Examples
; Valid identifiers
HelloWorld
_IAmCool
_4You
i
; Invalid identifiers
4you
*Star
BFargle%