Menu

#94 Break and continue for all loop

0.6.5
open
nobody
None
2015-12-21
2015-12-21
No

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.

Discussion


Log in to post a comment.