If I like to exit from loop use break
How to exist from block?
If I like to exit from loop use break
How to exist from block?
A simple example
Looping using the for range, for each, or while blocks
I not need exit of loops I need exit from block like "return" from javascript
In which case show your relevant blocks (as previously requested)
To exit from a block, fall off the end.