not
!
EXPRESSION
This expression is called not, and requires a boolean expression. If the given expression evaluates to true, the not expression evaluates to false. If the given expression evaluates to false, the not expression evaluates to true.
ProfessorJ Intermediate + access Language