Sha256: d2552f46bf40ea34b0c38345fb155a906a01a40c274d0605d544b1cec94e5645

Contents?: true

Size: 357 Bytes

Versions: 4

Compression:

Stored size: 357 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

4 entries across 4 versions & 1 rubygems

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