Not Block

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