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