Files
coffeescript/documentation/js/interpolation.js
Jeremy Ashkenas e0ec8a51e4 CoffeeScript 1.9.0
2015-01-29 12:20:46 -05:00

9 lines
195 B
JavaScript

// Generated by CoffeeScript 1.9.0
var author, quote, sentence;
author = "Wittgenstein";
quote = "A picture is a fact. -- " + author;
sentence = (22 / 7) + " is a decent approximation of π";