Sha256: 071e7cd3b105c214b32c1f1e8816a9e1734ee9f0738e631de86f2a1c2e3be90c
Contents?: true
Size: 631 Bytes
Versions: 13
Compression:
Stored size: 631 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
13 entries across 13 versions & 1 rubygems