/documentation/js/interpolation.js

http://github.com/jashkenas/coffee-script · JavaScript · 8 lines · 4 code · 3 blank · 1 comment · 0 complexity · 0c04a0e6a6c0417ee23352afb7724d9f MD5 · raw file

  1. // Generated by CoffeeScript 1.10.0
  2. var author, quote, sentence;
  3. author = "Wittgenstein";
  4. quote = "A picture is a fact. -- " + author;
  5. sentence = (22 / 7) + " is a decent approximation of π";