/documentation/coffee/parallel_assignment.coffee
http://github.com/jashkenas/coffee-script · CoffeeScript · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · 733e460e20d98c220f6f301a7d6639ca MD5 · raw file
- theBait = 1000
- theSwitch = 0
- [theBait, theSwitch] = [theSwitch, theBait]