VERA Operators
Part - XI
Jan-7-2025
Operators of higher precedence bind tighter than those of lower precedence. Operators of the same precedence associate to the left. For example, A+B*C-D groups as (A+(B*C))-D. Parentheses can be used to override default grouping.
Operator
Precedence
()
Highest precedence
++ --
& ~& | ~| ^ ~^ ~ >< -
(unary)
* / %
+ -
<< >>
< <= > >= in !in dist
=?= !?= == != === !==
& &~
^ ^~
| |~
&&
||
?
= += -= *= /= %=
<<= >>= &= |= ^= ~&= ~|= ~^=
Lowest precedence
Copyright © 1998-2025
Deepak Kumar Tala - All rights reserved
Do you have any Comment? mail me at:deepak@asic-world.com