2 lines
72 B
Text
2 lines
72 B
Text
|
|
factorial: n = (((vector copySize: n) mapBy: [|:e. :i| i + 1]) product)
|