Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>recursion</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Recursion

     (expression) The calling of a procedure by a statement in that same
     procedure.  When a procedure calls itself it is said to recurse.  A
     recursive call causes a new activation of the procedure.  If the source
     code for the procedure includes a declaration of local variables, a new
     set of local variables is created for each activation.  A private
     variable created by the procedure is associated with the activation in
     which it is created, and is visible in that activation and any lower-
     level activations, unless obscured by a private variable created in a
     lower-level activation.


See Also: Activation Function Private Variable Procedure

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson