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