atom-beautify/examples/simple-jsbeautifyrc/coffeescript/original/test.coffee

11 lines
201 B
CoffeeScript
Raw Normal View History

2014-08-03 21:31:34 -06:00
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())