BooleansNotVersion: 1.5.0NotThe logical negation ("not") is implemented by the unary operator !.Copyconst not_1 : bool = !true // falseconst not_2 : bool = !false // true