|
Standard operators |
Scroll
|
|
▪binary AND operator, result is of type int: int1 AND int2
▪binary OR operator, result is of type int: int1 OR int 2
▪binary negation, result is of type int: NOT int