2012-10-23 16:45:31 -04:00
|
|
|
// Generated by CoffeeScript 1.4.0
|
2010-12-15 21:11:43 -05:00
|
|
|
var lyrics, num;
|
2011-09-20 23:42:19 -04:00
|
|
|
|
2010-07-29 00:51:35 -04:00
|
|
|
if (this.studyingEconomics) {
|
|
|
|
while (supply > demand) {
|
|
|
|
buy();
|
2009-12-21 11:41:45 -05:00
|
|
|
}
|
2010-12-04 12:52:51 -05:00
|
|
|
while (!(supply > demand)) {
|
2010-07-29 00:51:35 -04:00
|
|
|
sell();
|
|
|
|
}
|
|
|
|
}
|
2011-09-20 23:42:19 -04:00
|
|
|
|
2010-07-29 00:51:35 -04:00
|
|
|
num = 6;
|
2011-09-20 23:42:19 -04:00
|
|
|
|
2010-12-23 15:41:42 -05:00
|
|
|
lyrics = (function() {
|
2010-12-15 21:11:43 -05:00
|
|
|
var _results;
|
2010-11-21 12:38:27 -05:00
|
|
|
_results = [];
|
2010-07-29 00:51:35 -04:00
|
|
|
while (num -= 1) {
|
2011-06-08 19:38:12 -04:00
|
|
|
_results.push("" + num + " little monkeys, jumping on the bed. One fell out and bumped his head.");
|
2010-07-29 00:51:35 -04:00
|
|
|
}
|
2010-11-21 12:38:27 -05:00
|
|
|
return _results;
|
2011-09-20 23:42:19 -04:00
|
|
|
})();
|