summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/continue.py
Commit message (Collapse)AuthorAge
* py: Implement break and continue byte codes, and add tests.Damien George2014-01-21
Also fixes a bug in the for-in-range optimiser. I hope to remove break and continue byte codes in the future and just use jump (if possible).