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

3 lines
90 B
JavaScript
Raw Normal View History

2010-07-29 04:51:35 +00:00
var author, quote;
author = "Wittgenstein";
2010-10-06 01:05:57 +00:00
quote = ("A picture is a fact. -- " + author);