Menu

Expressions

Csaba Skrabák

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:

  • a new variable name that is not (yet) initialized,
  • an array that is neither defined via DIM nor built in,
  • an element of an existing array that is not (yet) initialized, or
  • a function that is neither defined via DEF nor built in.

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.


Related

Wiki: Built-in Names
Wiki: Evaluations
Wiki: Home
Wiki: Instructions
Wiki: Literals
Wiki: Names
Wiki: Operators
Wiki: References

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.