Files
coffeescript/documentation/coffee/parallel_assignment.coffee
Jeremy Ashkenas 33d2577fb5 CoffeeScript 1.0.0
2010-12-24 11:02:10 -08:00

7 lines
78 B
CoffeeScript

theBait = 1000
theSwitch = 0
[theBait, theSwitch] = [theSwitch, theBait]