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
cda727a18d06a26e19ac26aed00ecd1b4d42c7ce
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