Not Block

The not block returns true if the attached condition is false, and false if the attached condition is true.
Generated Code
Last updated

The not block returns true if the attached condition is false, and false if the attached condition is true.
Last updated
!condition;