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
- (#, `, @)
- Symbol Character Operators
- (\,
$)
- Ternary Operator
- ( ? : )
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.