coffee.coffee 403 B

12345678910111213141516171819202122
  1. #!/usr/bin/env coffee
  2. try
  3. throw URIError decodeURI(0xC0ffee * 123456.7e-8 / .9)
  4. catch e
  5. console.log 'qstring' + "qqstring" + '''
  6. qdoc
  7. ''' + """
  8. qqdoc
  9. """
  10. do ->
  11. ###
  12. herecomment
  13. ###
  14. re = /regex/imgy.test ///
  15. heregex # comment
  16. ///imgy
  17. this isnt: `just JavaScript`
  18. undefined
  19. sentence = "#{ 22 / 7 } is a decent approximation of π"