jashkenas--coffeescript/documentation/js/interpolation.js

4 lines
161 B
JavaScript
Raw Normal View History

var author, quote, sentence;
2010-07-29 04:51:35 +00:00
author = "Wittgenstein";
quote = "A picture is a fact. -- " + author;
sentence = "" + (22 / 7) + " is a decent approximation of π";