subcall

The subcall Statement

The subcall statement calls into the named thread/subroutine and waits for a return (which might not come from the same thread). The second argument is a variable used to store the return address. The syntax of the subcall statement is shown below.

 subcall drawText, retDrawText  // call drawText subroutine

Generated by  doxygen 1.6.2