Sha256: 603d11736c3c723562b9186552eed80cad118e4ce64c2595959936afa1fc8e5a
Contents?: true
Size: 399 Bytes
Versions: 9
Compression:
Stored size: 399 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
9 entries across 8 versions & 1 rubygems