Go to the
first
,
previous
,
next
,
last
section,
table of contents
.
Expressions
Modula-3 supports a rich variety of strongly type-checked expressions.
Expr Build Blocks
: Format of identifiers and literals
Arithmetic Expressions
: a + b, MAX(x,y), ABS(x), ...
Logical Expressions
: a AND b, NOT c, ...
Relational Expressions
: a = b, a <= c, c IN charSet, ...
Constructors
Precedence
: Operator precedence chart
Go to the
first
,
previous
,
next
,
last
section,
table of contents
.