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

5 lines
131 B
CoffeeScript

text = "Every literary critic believes he will
outwit history and have the last word"
[first, ..., last] = text.split " "