jashkenas--coffeescript/test/test_blocks.coffee

4 lines
72 B
CoffeeScript
Raw Normal View History

results: [1, 2, 3].map (x) ->
x * x
puts results.join(' ') is '1 4 9'