CoreNotVersion: v0.19.0-alpha 🚧NotAlias:NotOutput:SCLBoolNegation of a boolean value.ParameterTypeRequiredPositionSummaryBooleanbool✔1The value to negate.Examples​Example 1​SCL​Not trueExpected Output​FalseExample 2​SCL​Not falseExpected Output​TrueExample 3​SCL​Not 1 == 1Expected Output​False