mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 17:27:59 -05:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
var _ref, theBait, theSwitch;
|
|
theBait = 1000;
|
|
theSwitch = 0;
|
|
_ref = [theSwitch, theBait];
|
|
theBait = _ref[0];
|
|
theSwitch = _ref[1]; |