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

4 lines
129 B
JavaScript
Raw Normal View History

2010-09-22 03:58:05 +00:00
var _ref, theBait, theSwitch;
2010-07-29 04:51:35 +00:00
theBait = 1000;
theSwitch = 0;
2010-10-05 03:21:16 +00:00
_ref = [theSwitch, theBait], theBait = _ref[0], theSwitch = _ref[1];