5 lines
89 B
Factor
5 lines
89 B
Factor
{
|
|
[ { 3 4 5 } ]
|
|
[ 1 + array-monad return ]
|
|
[ 2 * array-monad return ]
|
|
} do .
|