Retro Rocket OS
BASIC-Powered Operating System
Loading...
Searching...
No Matches
BITNOR Function
X = BITNOR(a, b)
Computes the
bitwise NOR
of two integers.
How to read it
Equivalent to
NOT (a OR b)
.
Examples
PRINT BITNOR(&6, &3)
Notes
Operates on 64-bit integers.
See also:
BITOR
ยท
BITNAND
Retro Rocket OS
BASIC Language Reference
Keywords
Generated by
1.14.0