jashkenas--coffeescript/documentation/coffee/embedded.coffee

6 lines
82 B
CoffeeScript
Raw Normal View History

2010-07-29 00:51:35 -04:00
hi = `function() {
return [document.title, "Hello JavaScript"].join(": ");
}`
2009-12-21 11:41:45 -05:00
2009-12-26 02:17:34 -05:00