3 lines
66 B
Forth
3 lines
66 B
Forth
|
|
[ 1, 2, 3, 4, 5 ] reduce(#max)
|
||
|
|
[ "abc", "def", "gfi" ] reduce(#+)
|