Logic NOT

Click to copy

Performs a logical NOT operation.


Example: Logic NOT(True) = False.

ValueResult
TrueFalse
FalseTrue

Flow Connections

  • [Input] In - starts the block's execution.
  • [Output] Out - activates when the block has finished its execution.

Data Connections

  • [Input] Value (boolean) - value to be evaluated.
  • [Output] Result (boolean) - result of the operation.