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