FACT Program: n

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