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

11 lines
209 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? then return a
f = b()[0]
for c, i in "Hello World"
f(b())