Try:
bar = ->
alert "Holy crap cheese is awesome!"
foo = ->
for bar of bars
console.log bar
return
↓ var bar, foo;
bar = function() {
return alert("Holy crap cheese is awesome!");
};
foo = function() {
var bar;
for (bar in bars) {
console.log(bar);
}
}; array
.map (x) ->
f x
.reduce (a, b) ->
g a, b foo
bar;
bash: something;
thenBlitz.
http://www.inf.ufsc.br/poo/smalltalk/ibm/tutorial/chap3.html... # Fix things CS goofs.
# Add things CS lacks.