RosettaCodeData/Task/Factorial/Self/factorial-4.self

2 lines
72 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
factorial: n = (((vector copySize: n) mapBy: [|:e. :i| i + 1]) product)