Sha256: 56e95dac6b99cea3ccf3a4bb999ebefbdd1b0b930bdd78e48a3882320b9e44d7
Contents?: true
Size: 260 Bytes
Versions: 3
Compression:
Stored size: 260 Bytes
Contents
//Written using Nila. Visit http://adhithyan15.github.io/nila (function() { var a, b; // This file demonstrates the conditional assignment operator in Nila a = null; b = 20; a = a || b; a = true; b = 20; a = a && b; }).call(this);
Version data entries
3 entries across 3 versions & 1 rubygems