Sha256: bbefa3ff0524d033b3c14981e2fa93fa51aee30f2a185eba0f68d46743a8bdd1
Contents?: true
Size: 355 Bytes
Versions: 6
Compression:
Stored size: 355 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
6 entries across 6 versions & 1 rubygems