summaryrefslogtreecommitdiffstats
path: root/share/misc/operator
blob: b293f31da9b2785716c45a12a49bf31a48b60085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Operator				Associativity
-----------------------------------------------------
() [] -> .				left to right
! ~ ++ -- - (type) * & sizeof		right to left
* / %					left to right
+ -					left to right
<< >>					left to right
< <= > >=				left to right
== !=					left to right
&					left to right
^					left to right
|					left to right
&&					left to right
||					left to right
?:					right to left
= += -= *= /= %= <<= >>= &= ^= |=	right to left
,					left to right

$FreeBSD$
OpenPOWER on IntegriCloud