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

3 lines
88 B
JavaScript
Raw Normal View History

2010-07-29 04:51:35 +00:00
var author, quote;
author = "Wittgenstein";
quote = "A picture is a fact. -- " + author;