/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

  1. theBait = 1000
  2. theSwitch = 0
  3. [theBait, theSwitch] = [theSwitch, theBait]