Navigation
Name
Rascal
/
Expressions
/
Values
/
Boolean
/
Negation
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
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
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
.