Document Templates : Data-types and Expressions : Expressions : Numeric Expressions

Numeric Expressions

These are integer and real numbers. Their constant values are the same as in conventional programming languages.

Binary operations ( + , - , * , / , ** ) and unary operations (- , + ) follow conventional precedence rules.

Numeric expressions may mix integer or real operands.

Parenthesis may be used to change the precedence of operations.