Not¶ Name - Description Default Type <input> The value to be negated. Bool <output> The negation of the input. Bool Computes the logical negation of the input. Examples¶ CodeOutput 1 2 3 4 5false (Not) (Assert.Is true :Break true) true (Not) (Assert.Is false :Break true)