Sha256: 4a0c3edf9d2057edb81cd7a5328ff490a2877112308462ecc682beb3674dc18a

Contents?: true

Size: 277 Bytes

Versions: 12

Compression:

Stored size: 277 Bytes

Contents

//Written using Nila. Visit http://adhithyan15.github.io/nila
(function() {
  var numbers;

  console.log("Grocery list\n----\n1. Salad mix.\n2. Strawberries.*\n3. Cereal.\n4. Milk.*\n \n* Organic\n");

  numbers = [1,2,3,4,5,6,7];

  numbers.push(7);

}).call(this);

Version data entries

12 entries across 12 versions & 1 rubygems

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