2 lines
106 B
Text
2 lines
106 B
Text
1.2 compose(#asin, #sin) perform
|
|
[ 1, 2, 3, 4, 5 ] compose(#[ map(#sqrt) ], #[ filter(#isEven) ]) perform
|