| Projects on Google Code | Results 1 - 1 of 1 |
=pa_breakcont=
This project makes use of the Ocaml release 3.10 macro system to add `break` and `continue` statements to `for` and `while` loops.
The macros implement these statements as exceptions. Since the introduction of the two `try`/`with` blocks corresponding (each) to the (separat...