mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
trying out new arrows for function literals -> is a function, => is a bound function
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Sorts an array in ascending natural order using merge sort.
|
||||
merge_sort: (list) =>
|
||||
merge_sort: (list) ->
|
||||
|
||||
return list if list.length is 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user