call

The call Statement

The call statement executes the named subroutine and waits for a return. The argument should specify a thread that was declared using the subroutine keyword. The syntax of the call statement is shown below.

 call MyFavoriteSubroutine  // call routine

Generated by  doxygen 1.6.2