Sha256: 619504cd500aed66929ecfbc37d59b253ca4bb55413d4c01785f96659af1dff1
Contents?: true
Size: 389 Bytes
Versions: 13
Compression:
Stored size: 389 Bytes
Contents
//Written using Nila. Visit http://adhithyan15.github.io/nila (function() { var msg; //This file tests the limits of the string interpolation feature present in Nila msg = "Hello " + ("world. A lovely place.") + "" + "Another " + ("Lovely quote"); console.log(msg); console.log("Hello " + ("world")); console.log('Hello #{world}'); console.log('Hello'); }).call(this);
Version data entries
13 entries across 13 versions & 1 rubygems