mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
9 lines
195 B
JavaScript
9 lines
195 B
JavaScript
// Generated by CoffeeScript 1.9.1
|
|
var author, quote, sentence;
|
|
|
|
author = "Wittgenstein";
|
|
|
|
quote = "A picture is a fact. -- " + author;
|
|
|
|
sentence = (22 / 7) + " is a decent approximation of π";
|