Skip to content

not

Category: Logic

Returns true if the input is false, false if the input is true, and empty if the input is empty

  • Return type: boolean
true.not()
false.not()
Patient.active.not()