UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

11 lines (10 loc) 94 B
---- while (condition) { if (x) break; a(); } ---- while condition if x break a()