Skip to main content

Overview

This function returns the inverse of a variable or property. If the input is true, it returns false, and vice versa.

Parameters

!(variable/property)
  • Variable: The variable or property to inverse.

Example

!(True)
Returns false .