home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sampler / 04 / diverse / pushpop.txt < prev    next >
Encoding:
Text File  |  1988-04-13  |  270 b   |  7 lines

  1. "Resursing Without Cursing" -- Jeff Duntemann
  2. Recursion takes a little thought before it comes clear, but having a procedure
  3. call itself isn't any different conceptually from having it call another
  4. procedure.
  5.  
  6. TURBO PASCAL RECURSION STACK SPTR FACTORIAL PUSH POP
  7.