When and Unless Block
- Unless block is a conditional block. The output will not be generated unless the input condition is false.
Click here to see an example.
- When block is a conditional block, The output will be generated only if the input condition is satisfied.
Click here to see an example.