< Rebol Programming
USAGE:
NOT value
DESCRIPTION:
Returns the logic complement.
NOT is a native value.
ARGUMENTS:
- value -- (Only FALSE and NONE return TRUE) (Type: any)
SOURCE CODE
not: native[ "Returns the logic complement." value "(Only FALSE and NONE return TRUE)" ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.