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

9 lines
204 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())