Sha256: 91eea27faeb69ba38f81ff14bce0cfbbc97a8e80046a96dda803abd044b89322

Contents?: true

Size: 205 Bytes

Versions: 12

Compression:

Stored size: 205 Bytes

Contents

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

  counter = 1;

  while (counter < 11) {
    console.log(counter);
    counter = counter + 1;
  }

}).call(this);

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.7.1 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.9.7 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.9.6 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.9.5 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.9.4 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.9.3 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.9.2 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.9.1 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.9 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.8 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.7 shark/test_files/correct_regular_while.js
nilac-0.0.4.3.6 shark/test_files/correct_regular_while.js