Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - Norton Guide http://www.X-Hacker.org [^^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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson