[^^Up^^] [Menu] [About The Guide]
 Precedence        Operator Precedence in BASIC
 ^                 Exponentiation
 *                 Multiplication
 /                 Division
 +                 Addition and Concatenation
 -                 Subtraction and Negation
 \                 Integer Division
 MOD               Modulo Arithmetic
 =                 Equal to/Assignment
 <>                Not Equal to
 <                 Less than
 >                 Greater than
 <=                Less than or Equal to
 >=                Greater than or Equal to
 NOT               Logical NOT
 AND               Logical AND
 OR                Logical OR
 XOR               Logical Exclusive OR
 EQV               Equivalence
 IMP               Implication

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson