The CALL
statement causes the statements that are specified after
label to be executed until a RETURN statement
is encountered. When a RETURN statement is reached, script processing
resumes at the statement that is specified after the CALL statement.