1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/documentation/coffee/parallel_assignment.coffee

6 lines
77 B
CoffeeScript
Raw Normal View History

2010-07-29 00:51:35 -04:00
theBait = 1000
theSwitch = 0
2010-01-11 22:55:01 -05:00
2010-12-12 21:41:04 -05:00
[theBait, theSwitch] = [theSwitch, theBait]