UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

15 lines (14 loc) 252 B
---- while (something) { foo(); } while (something) { foo(); bar(); } while (!something) { foo(); } while (!something) { foo(); bar(); } ---- foo() while something while something foo() bar() foo() until something until something foo() bar()