summaryrefslogtreecommitdiffstats
path: root/share/misc/operator
diff options
context:
space:
mode:
Diffstat (limited to 'share/misc/operator')
-rw-r--r--share/misc/operator36
1 files changed, 19 insertions, 17 deletions
diff --git a/share/misc/operator b/share/misc/operator
index 003c436..b293f31 100644
--- a/share/misc/operator
+++ b/share/misc/operator
@@ -1,17 +1,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
-= += -= etc. right to left
-, left to right
+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