Sha256: 7b4442043b0015b55ee7c40a4a9067b0dffe89b92ebbbb647b1479661db08940

Contents?: true

Size: 312 Bytes

Versions: 3

Compression:

Stored size: 312 Bytes

Contents

(function(){
  var _a, city, forecast, temp, weather_report;
  weather_report = function weather_report(location) {
    // Make an Ajax request to fetch the weather...
    return [location, 72, "Mostly Sunny"];
  };
  _a = weather_report("Berkeley, CA");
  city = _a[0];
  temp = _a[1];
  forecast = _a[2];
})();

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
haml-more-0.4.0.c vendor/coffee-script/documentation/js/multiple_return_values.js
haml-more-0.4.0.b vendor/coffee-script/documentation/js/multiple_return_values.js
haml-more-0.4.0.a vendor/coffee-script/documentation/js/multiple_return_values.js