We often want the top-level function to be called only with a set of user parameters.
      (fn parameters )
The recursive function that actually does the work may have extra parameters that include:
      (fnb parameters answer state )
The auxiliary function fnb will call itself with:
Contents    Page-10    Prev    Next    Page+10    Index