1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

heredoc docs

This commit is contained in:
Jeremy Ashkenas 2010-01-12 00:00:38 -05:00
parent 477c510345
commit c8d505e85d
5 changed files with 36 additions and 6 deletions

View file

@ -0,0 +1,4 @@
(function(){
var html;
html = "<strong>\n cup of coffeescript\n</strong>";
})();