CALL n
| Purpose | To call another Custom Function CusFn #n as subroutine. When the called function returns, execution will continue from the following statement. n must be an integer constant between 1 and 128. |
| Examples | IF B > 5 THEN CALL 8 : ENDIF |
| See Also | RETURN |