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

11 lines
209 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? then return a
2014-08-03 21:31:34 -06:00
f = b()[0]
for c, i in "Hello World"
f(b())