Expressions are [Literals], functions and references documented on page [Built-in Names], calls to user-defined functions, names of initialized variables in the format of [Names], references to initialized elements of arrays, and combinations thereof with [Operators].
That is, it is an error to mention in an expression:
Expressions are evaluated as soon as the runner encounters them in the program flow. They may appear in certain instructions' arguments, and the instruction will always consider the value of the expression. See [Evaluations] page for more details.
Wiki: Built-in Names
Wiki: Evaluations
Wiki: Home
Wiki: Instructions
Wiki: Literals
Wiki: Names
Wiki: Operators
Wiki: References
Anonymous