This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c27a094882a1c1c464d0935e8f8fb9ee594a4c5c
wren
/
test
/
list
/
reduce_single_item.wren
T
3 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use @munificent's single-argument reduce
2015-01-16 09:24:18 +01:00
IO.print([1].reduce {|a, b| 42 }) // expect: 1
IO.print([].reduce(1) {|a, b| 42 }) // expect: 1
Reference in New Issue
Copy Permalink