Sha256: d838911959b6f556461e5def76303ca44652498d3a2590a3f4493b19303ff65f

Contents?: true

Size: 233 Bytes

Versions: 4

Compression:

Stored size: 233 Bytes

Contents

//Written using Nila. Visit http://adhithyan15.github.io/nila
(function() {
  var i;

  i=0;

  while (true) {
    i+=1;
    process.stdout.write("" + (i) + " ");
    if (i===10) {
      break;
    }
  }

}).call(this);

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/test_files/correct_loop.js
nilac-0.0.4.3.0 shark/test_files/correct_loop.js
nilac-0.0.4.2.9 shark/test_files/correct_loop.js
nilac-0.0.4.2.8 shark/test_files/correct_loop.js