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