RosettaCodeData/Task/Factorial/Panda/factorial.panda

5 lines
62 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
fun fac(n) type integer->integer
product{{1..n}}
1..10.fac