OWBasic for Pocketviewer

Home INTRO Alphabetical Index

Boolean negation

NOT a!

Inverts the boolean value of the argument.

NOT!(TRUE) -> FALSE
NOT!(FALSE) -> TRUE

The unary operator NOT has the highest priority.


Home INTRO Alphabetical Index