jashkenas--coffeescript/documentation/examples/interpolation.coffee

5 lines
129 B
CoffeeScript

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