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

2 lines
42 B
CoffeeScript

six = (one = 1) + (two = 2) + (three = 3)