2 lines
63 B
Text
2 lines
63 B
Text
|
|
factorials(n)[i] := product(1 ... i) foreach i within 1 ... n;
|