# Is Even Number

### Flow Connections <a href="#flow-connections" id="flow-connections"></a>

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

### Data Connections <a href="#data-connections" id="data-connections"></a>

* \[Input] Number (integer) - number to evaluate.
* \[Output] Result (boolean) - True if the "Number" data input is even, False otherwise.
