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

Version Path
nilac-0.0.4.3.3 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.0 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.9 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.8 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.6 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.5 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.4 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.3 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.2 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.1 shark/test_files/correct_string_operators.js
nilac-0.0.4.2.0 shark/test_files/correct_string_operators.js
nilac-0.0.4.1.9 shark/test_files/correct_string_operators.js