Identifiers
Identifiers are used to name local variables, functions, function parameters, etc. Valid irScript identifiers start with any character in the following set:
- Lowercase a-z
- Uppercase A-Z
- Underscore (_)
Additional characters in an identifier can include any of the above plus:
- Decimal digits 0-9