Navigation
Synopsis The not operator on Boolean values.
Syntax ! Exp
Types
Exp ! Exp
bool bool
Description The not operator on Boolean values defined as follows:
Exp ! Exp
true false
false true
Examples
rascal>!true;
bool: false
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.