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:
parent
63c9b5c2f0
commit
b9c09bfa4e
7 changed files with 54 additions and 32 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue