NOT returns the opposite value of its logical argument
LOGIC
NOT logic-value
value - TRUE or FALSE or a variable of LOGIC! type
This method has no refinements Not applicable on category
NOT can be used in conditions
if NOT condition [write/line "Condition was not met"]
ALL ANY