Sha256: d7de315a58b513efd4ae252c9a455dd2e756ad7e55c33b2b37262fd9bc5ef5cd

Contents?: true

Size: 341 Bytes

Versions: 13

Compression:

Stored size: 341 Bytes

Contents

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

  a = Math.pow(2,3);

  if (a === 8) {
    console.log("Correct Calculation!");
  }

  line = "My favorite language is Ruby!";

  if (line = line.match(/Ruby|Python/)) {
    console.log("Scripting language mentioned: " + (line));
  }

}).call(this);

Version data entries

13 entries across 13 versions & 1 rubygems

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