Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 Precedence of Operators
--------------------------------------------------------------------------------
 %                Modulus of two numbers -- binary        (Mathematical)
 *                Multiplication -- binary                (Mathematical)
 **               Exponentiation -- binary                (Mathematical)
 +                Add, unary positive, concatenate        (Math, Character)
 -                Subtract, unary negative, concatenate   (Math, Character)
 /                Division of two numbers -- binary       (Mathematical)
 <> != #          Not equal -- binary                     (Relational)
 $                Substring -- binary                     (Relational)
 &                Macro substitution                      (Macro)
 ->               Alias operator                          (Alias)
 .AND.            Logical AND -- binary                   (Logical)
 .NOT. !          Logical NOT -- unary                    (Logical)
 .OR.             Logical OR -- binary                    (Logical)
 <                Less than -- binary                     (Relational)
 <=               Less than or equal -- binary            (Relational)
 =                Equal -- binary                         (Relational)
 ==               Exactly equal -- binary                 (Relational)
 >                Greater than -- binary                  (Relational)
 >=               Greater than or equal -- binary         (Relational)

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