→Expression

An expression is a language construct that consists of a defined combination of operands (like →literals→variables→calls) and operators (like +, -, *, /) and yields one value of a particular data type.

Compare: →constant expression

The rules for evaluating the expressions are listed under "Expressions in ST".