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