1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

doc updates -- widened the code segments for the sake of the JavaScript

This commit is contained in:
Jeremy Ashkenas 2010-01-17 18:33:31 -05:00
parent 63c9b5c2f0
commit b9c09bfa4e
7 changed files with 54 additions and 32 deletions

View file

@ -1,5 +1,6 @@
(function(){
var __a, lyrics, num;
// Econ 101
if (this.studying_economics) {
while (supply > demand) {
buy();
@ -8,6 +9,7 @@
sell();
}
}
// Nursery Rhyme
num = 6;
lyrics = (function() {
__a = [];