1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test/fixtures/execution/test_newline_escaping.coffee
2009-12-26 09:29:03 -08:00

6 lines
No EOL
46 B
CoffeeScript

six: \
1 + \
2 + \
3
print(six is 6)