PageRenderTime 49ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/test/features/loop.js

http://github.com/rstacruz/js2coffee
JavaScript | 6 lines | 6 code | 0 blank | 0 comment | 6 complexity | a487b98718af3f96edf96e7aaaaab56c MD5 | raw file
  1. while (true) {}
  2. while (true) { x(); }
  3. while (100) {}
  4. while (100) { x(); }
  5. while (0.0) { x(); }
  6. while (0.01) { x(); }