Sha256: 761930a48f0ccc8348995a1714b13586d2b55f693a1800e202733c5e6f6da2c9

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 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");

}).call(this);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nilac-0.0.4.1.8 shark/test_files/correct_interpolation.js