Identifiers

  • Updated

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

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.