Sha256: 7d69a47db0416b5eff0713006ad5861e04aec155a86e87e279f7116418227cd4

Contents?: true

Size: 267 Bytes

Versions: 13

Compression:

Stored size: 267 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

13 entries across 13 versions & 1 rubygems

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