Concept Flow - When without argument
Start
Evaluate conditions one by one
If condition true?
No→Check next condition
Yes
Execute corresponding block
Exit when block executed
End
The 'when' without argument checks each condition in order and runs the block for the first true condition, then stops.