Sha256: 9fa6f4836cfb1178d985746e6986ef55365e06e6b45ff3a95f92106a2557c16d

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

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

  a = 5;

  for (_i = 0, _j = 10; _i < _j; _i += 1) {
    (function(n) {
      console.log("The number is " + (a+n) + "");
    }(_i));
  }

  for (_i = 0, _j = 10; _i < _j; _i += 1) {
    console.log("Hello");
  }

}).call(this);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nilac-0.0.4.2.9 shark/test_files/correct_times.js