ace/demo/kitchen-sink/docs/coffeescript.coffee
2011-10-13 11:22:19 +02:00

20 lines
No EOL
341 B
CoffeeScript

#!/usr/bin/env coffee
try
throw URIError decodeURI(0xC0ffee * 123456.7e-8 / .9)
catch e
console.log 'qstring' + "qqstring" + '''
qdoc
''' + """
qqdoc
"""
do ->
###
herecomment
###
re = /regex/imgy.test ///
heregex # comment
///imgy
this isnt: `just JavaScript`
undefined