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
4
documentation/js/interpolation_expression.js
Normal file
4
documentation/js/interpolation_expression.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(function(){
|
||||
var sentence;
|
||||
sentence = (22 / 7) + " is a decent approximation of π";
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue