OWBasic for Pocketviewer

Home INTRO Alphabetical Index

Bitwise Negation

NOT i%

Returns the bitwise negated value of i.

0xFFFF -> 0x0000
0x0000 -> 0xFFFF

The unary operator NOT has the highest priority.


Home INTRO Alphabetical Index