mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
CoffeeScript 0.5.5, with string interpolation and internal documentation
This commit is contained in:
parent
90f2e0dbb9
commit
bcf7b3f95b
13 changed files with 227 additions and 109 deletions
5
documentation/js/interpolation.js
Normal file
5
documentation/js/interpolation.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(function(){
|
||||
var author, quote;
|
||||
author = "Wittgenstein";
|
||||
quote = "A picture is a fact. -- " + author;
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue