11 lines
201 B
CoffeeScript
11 lines
201 B
CoffeeScript
|
hello derek how is it going?
|
||
|
for c, i in "Hello World!"
|
||
|
k = 1+1- 2>=3<= 4>5 <6
|
||
|
|
||
|
for c, i in "Hello World"
|
||
|
k = (a,b)-> if b? return a
|
||
|
|
||
|
f = b()[0]
|
||
|
for c, i in "Hello World"
|
||
|
f(b())
|