OWBasic for Pocketviewer

Home INTRO Alphabetical Index

Boolean negation

NOT!(a!)

Inverts the boolean value of the argument.

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


Home INTRO Alphabetical Index