Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 7aef6b5a827e55a2843b368e32914d49 > files > 129

coffee-script-doc-1.6.3-1.fc18.noarch.rpm

// Generated by CoffeeScript 1.6.3
var lyrics, num;

if (this.studyingEconomics) {
  while (supply > demand) {
    buy();
  }
  while (!(supply > demand)) {
    sell();
  }
}

num = 6;

lyrics = (function() {
  var _results;
  _results = [];
  while (num -= 1) {
    _results.push("" + num + " little monkeys, jumping on the bed.    One fell out and bumped his head.");
  }
  return _results;
})();