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

4 lines
129 B
JavaScript
Raw Normal View History

2010-11-21 17:38:27 +00:00
var theBait, theSwitch, _ref;
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];