2014-12-27 23:38:06 -07:00
|
|
|
hello derek how is it going?
|
2014-08-03 21:31:34 -06:00
|
|
|
for c, i in "Hello World!"
|
2014-12-27 23:38:06 -07:00
|
|
|
k = 1 + 1 - 2 >= 3 <= 4 > 5 < 6
|
2014-08-03 21:31:34 -06:00
|
|
|
|
2014-12-27 23:38:06 -07:00
|
|
|
for c, i in "Hello World"
|
|
|
|
k = (a, b) -> if b? return a
|
2014-08-03 21:31:34 -06:00
|
|
|
|
2014-12-27 23:38:06 -07:00
|
|
|
f = b()[0]
|
2014-08-03 21:31:34 -06:00
|
|
|
for c, i in "Hello World"
|
|
|
|
f(b())
|