<< Click to Display Table of Contents >> Home mIoTa BASIC > mIoTa BASIC Language Reference > Expressions |
An expression is a sequence of functions, operands and separators that returns a value.
The primary expressions include: literals, constants, variables and functions. More complex expressions can be created from primary expressions by using operators.
Sub-expressions can be nested up to the limits of available memory.
Expressions are evaluated according to certain conversion, grouping, associativity and precedence rules which depend on the operators in use, presence of parentheses and data types of the operands.
Related topics: Data Types, Literals, Separators, Operators, Functions, Constants, Variables,