Sha256: e362418250decbb3e34441b3e8b4633898fabeed1299cbf977f4ed71e9a97f8f
Contents?: true
Size: 655 Bytes
Versions: 12
Compression:
Stored size: 655 Bytes
Contents
//Written using Nila. Visit http://adhithyan15.github.io/nila (function() { var str; // This file demonstrates different ways to declare a string str = 'this is a wonderful string'; str = 'this is a wonderful string'; str = 'this is a wonderful string' + 'this is another wonderful string'; str = "this is a wonderful string"; str = "this is a wonderful string"; str = "this is a wonderful string" + "this is another wonderful string"; str = "this is a wonderful string"; str = "this is a wonderful string"; str = "this is a wonderful string" + "this is another wonderful string"; }).call(this);
Version data entries
12 entries across 12 versions & 1 rubygems