Sha256: 70d959bf4a5767bbb823f33d312cb2250ef3d6557a9f3a8a3d108fd271a5d438

Contents?: true

Size: 556 Bytes

Versions: 1

Compression:

Stored size: 556 Bytes

Contents

//Written using Nila. Visit http://adhithyan15.github.io/nila
(function() {
  var _i, _j, _ref1, fruit, fruits, x;

  _ref1 = [1,2,3,4];

  for (_i = 0, _j = _ref1.length; _i < _j; _i += 1) {
    x = _ref1[_i];
    console.log(x);
  }

  for (x = 0, _j = 5; x <= _j; x += 1) {
    console.log(x);
  }

  for (x = 0, _j = 5; x < _j; x += 1) {
    console.log(x);
  }

  fruits = ['Apple','Banana', 'Mango'];

  for (_i = 0, _j = fruits.length; _i < _j; _i += 1) {
    fruit = fruits[_i];
    console.log(fruit);
  }

}).call(this);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/test_files/correct_for.js