Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
procedures [2019/05/23 08:38] neilsprocedures [2019/06/27 07:45] (current) neils
Line 7: Line 7:
   * A procedure opens a unique variable and label scope   * A procedure opens a unique variable and label scope
   * A procedure can have zero or more parameters   * A procedure can have zero or more parameters
 +  * A procedure can call itself without overwriting the local variables (recursion)
  
 Please see the documentation of ''[[PROC|PROC ... ENDPROC]]'' for more information. Please see the documentation of ''[[PROC|PROC ... ENDPROC]]'' for more information.
 +
 +