Files
coffeescript/documentation/js/parallel_assignment.js
Jeremy Ashkenas c50cf23b7b CoffeeScript 0.9.4
2010-09-21 23:58:05 -04:00

6 lines
129 B
JavaScript

var _ref, theBait, theSwitch;
theBait = 1000;
theSwitch = 0;
_ref = [theSwitch, theBait];
theBait = _ref[0];
theSwitch = _ref[1];