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

6 lines
82 B
CoffeeScript
Raw Normal View History

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