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:
parent
094b876a38
commit
3be22bd43b
8 changed files with 45 additions and 56 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue