jashkenas--coffeescript/documentation/js/parallel_assignment.js

4 lines
129 B
JavaScript
Raw Normal View History

2010-11-21 12:38:27 -05:00
var theBait, theSwitch, _ref;
2010-07-29 00:51:35 -04:00
theBait = 1000;
theSwitch = 0;
2010-10-04 23:21:16 -04:00
_ref = [theSwitch, theBait], theBait = _ref[0], theSwitch = _ref[1];