not <test>
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
Core : Requires no import statement
RFC3028