Mikroelektronika MIKROE-350 Fiche De Données

Page de 526
EXPRESSIONS
An expression is a sequence of operators, operands, and punctuators that returns
a value.
The primary expressions include: literals, constants, variables and function calls.
From them, using operators, more complex expressions can be created. Formally,
expressions are defined recursively: subexpressions can be nested up to the limits
of memory.
Expressions are evaluated according to certain conversion, grouping, associativity
and precedence rules that depend on the operators used, presence of parentheses,
and data types of the operands. The precedence and associativity of the operators
are summarized in Operator Precedence and Associativity. The way operands and
subexpressions are grouped does not necessarily specify the actual order in which
they are evaluated by mikroBasic PRO for AVR.
151
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Language Reference
mikroBasic PRO for AVR
CHAPTER 5