ENDSUB |
Top Previous Next |
Syntax ENDSUB Description Marks the end of a subroutine. Parameters None Return value None Remarks Every SUB statement must be paired with an ENDSUB to mark the start and end of the subbroutine. See Also: SUB, RETURN, DECLARE Example usage SUB IsDigit(c as CHAR) |