Meta Project

The Unofficial Meta Documentation

NOT

Summary

NOT returns the opposite value of its logical argument

Category

LOGIC

Usage

NOT logic-value

Arguments

value - TRUE or FALSE or a variable of LOGIC! type

Refinements

This method has no refinements Not applicable on category

Description

NOT can be used in conditions

Example Code

if NOT condition [write/line "Condition was not met"]

Related

ALL ANY

Back to the Meta Methods Reference index