paxBasic Operator Precedence

Operator Description
. () Field access, array indexing, function calls, and expression grouping
^ Power
+ - New AddressOf Unary operators, object creation, delegate creation
* / \ Multiplication, division, integer division
Mod Modulo division
+ - Addition, subtraction
& string concatenation
< <= > >= = <> Less than, less than or equal, greater than, greater than or equal, equality, inequality
And, Or, Xor, Not Logical operations


Copyright © 1999-2006 VIRT Laboratory. All rights reserved.