II. Operators

Table of Contents
Operator Precedence and Associativity -- a table.
Arithmetic Operators --  (+, -, *, /, %)
Assignment Operators --  (=, :=, ::=)
Binary Operator Shorthands --  (+=, -=, *=, /=, %=, &=, ^=, <<=, >>=)
Bitwise Operators -- (<<, >>, ~ , &, |, ^)
Class Operators -- (., ..)
Comparison Operators --  (!=, <, <=, ==, >, >=, )
Evaluation Order Operators --  , ( )
Increment and Decrement Operators -- (++, --)
Logical Operators -- (!, &&, ||)
Quote Operators -- (#, `, @)
Ternary Operator -- ( ? : )

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.