Not

Syntax

not <test>

Description

The "not" test takes some other test as an argument, and yields the opposite result. "not false" evaluates to "true" and "not true" evaluates to "false".The "false" test always evaluates to false

Module

Core : Requires no import statement

Resources

RFC3028