Break and continue for all loop
A stack-oriented programming language suitable for code golfing
Status: Alpha
Brought to you by:
aditsu
We coudl use two operators that act like break and continue (or next in Ruby) in other languages, which either break out of the current loop or terminate the current iteration. If you want to go wild, add separate forms which take in integer as an argument to break out of/continue from nested loops.