Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

! (not) operator

The not operator ! performs a Boolean negation of its operand.

This operator applies to Boolean values only.

Syntax

! BooleanExpression

Element Type Notes
BooleanExpression Expression<Boolean> Specifies the Boolean value to be negated.

Examples

Intent Code
Write out a negated Boolean result write !(17 > 12);

See Also


Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020