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

9 lines
153 B
JavaScript
Raw Normal View History

2010-01-11 22:55:01 -05:00
(function(){
var _a, theBait, theSwitch;
theBait = 1000;
theSwitch = 0;
_a = [theSwitch, theBait];
theBait = _a[0];
theSwitch = _a[1];
2010-02-24 18:27:10 -05:00
})();