OpenBSD manual page server

Manual Page Search Parameters

OPERATOR(7) Miscellaneous Information Manual OPERATOR(7)

operatorC operator precedence and 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
June 21, 2019 OpenBSD-current