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 revisionBoth sides next revision
call [2019/05/16 08:11] neilscall [2019/05/16 08:11] neils
Line 6: Line 6:
 The ''CALL'' command calls a procedure.    The ''CALL'' command calls a procedure.   
  
-''proc_name'' is the identifier of a //previously defined// [[proc|procedure]]. The argument list is optional.+''proc_name'' is the identifier of a //previously defined// [[procedures|procedure]]. The argument list is optional.
  
 See [[proc|PROC ... ENDPROC]] for more information and examples. See [[proc|PROC ... ENDPROC]] for more information and examples.