mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
(function(){
|
|
var __a, and_switch, bait;
|
|
bait = 1000;
|
|
and_switch = 0;
|
|
__a = [and_switch, bait];
|
|
bait = __a[0];
|
|
and_switch = __a[1];
|
|
})(); |