1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Documenting and testing 'do'

This commit is contained in:
Jeremy Ashkenas 2010-12-24 09:22:27 -08:00
parent 094b876a38
commit 3be22bd43b
8 changed files with 45 additions and 56 deletions

View file

@ -1,3 +1,3 @@
var numbers;
var numbers, _ref;
numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
[].splice.apply(numbers, [3, 4].concat([-3, -4, -5, -6]));
[].splice.apply(numbers, [3, 4].concat(_ref = [-3, -4, -5, -6])), _ref;