FACT Program: n
This is the first (and only) formal parameter to the function named
fact
. It receives the following values:
An external value.
The value of
(-
n
1)
It is used in the following expressions:
(= n 0)
(* n (fact ...))
(- n 1)