1 line
56 B
Text
1 line
56 B
Text
fact2(n) := block([r: 1], for i thru n do r: r * i, r)$
|
fact2(n) := block([r: 1], for i thru n do r: r * i, r)$
|