diff options
| author | Tony Finch <fanf@FreeBSD.org> | 2003-01-22 15:19:07 +0000 |
|---|---|---|
| committer | Tony Finch <fanf@FreeBSD.org> | 2003-01-22 15:19:07 +0000 |
| commit | f5732aa7833652225e4d05d8b6d04de754c5053e (patch) | |
| tree | f4d50eabb7c8a39a04c494e2cb06331707cf1391 /share/misc/operator | |
| parent | 84860c33f05f7c738f3a1c4ced4a489e065d1f84 (diff) | |
Notes
Diffstat (limited to 'share/misc/operator')
| -rw-r--r-- | share/misc/operator | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/share/misc/operator b/share/misc/operator index 003c436d055f..b293f31da9b2 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$ |
