5 lines
62 B
Text
5 lines
62 B
Text
|
|
fun fac(n) type integer->integer
|
||
|
|
product{{1..n}}
|
||
|
|
|
||
|
|
1..10.fac
|