/documentation/coffee/interpolation.coffee

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

  1. author = "Wittgenstein"
  2. quote = "A picture is a fact. -- #{ author }"
  3. sentence = "#{ 22 / 7 } is a decent approximation of π"