mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
getting ready for a 0.7.0. cleanups and doc revisions, not quite there yet.
This commit is contained in:
parent
08ab4abd43
commit
1f7af35368
52 changed files with 1367 additions and 5688 deletions
|
@ -1,8 +1,8 @@
|
|||
(function(){
|
||||
var _a, and_switch, bait;
|
||||
bait = 1000;
|
||||
and_switch = 0;
|
||||
_a = [and_switch, bait];
|
||||
bait = _a[0];
|
||||
and_switch = _a[1];
|
||||
var _a, theBait, theSwitch;
|
||||
theBait = 1000;
|
||||
theSwitch = 0;
|
||||
_a = [theSwitch, theBait];
|
||||
theBait = _a[0];
|
||||
theSwitch = _a[1];
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue