udtuyt
Patches are welcome.
So I fixed the behaviour of 'break' and 'continue' while I was at it, that was actually quite a lot of searching and puzzling before I could get started.
Before:
- break and break n would end all loops.
- continue too (probably, untested)
Solution:
- update curr_exec_result after breaking or continuing a loop or switch