RosettaCodeData/Task/Factorial/Panda/factorial.panda

5 lines
62 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
fun fac(n) type integer->integer
product{{1..n}}
1..10.fac