[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Precedence Operator Precedence in BASIC
Operator Precedence
Highest: ^
- (negation)
* /
\
MOD
+ -
= <> < > <= >=
NOT
AND
OR
XOR
EQV
Lowest: IMP
Operators have an inherent precedence. In the absence of explicit
grouping (through parentheses), an expression is evaluated in the
order dictated by this inherent precedence. Operators of the same
precedence level are evaluated in left-to-right order.
All function calls in an expression are evaluated before any
operators.
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson