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

Version Path
nilac-0.0.4.3.9.7.1 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.9.7 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.9.6 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.9.5 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.9.4 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.9.3 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.9.2 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.9.1 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.9 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.8 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.7 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.6 shark/test_files/correct_string_operators.js
nilac-0.0.4.3.4 shark/test_files/correct_string_operators.js