Syntax:
Then: end
Version Ref: 3.x
Description:
END means "stop processing here; do not continue down the table." It's not needed at the end of the processing table - processing ends automatically when it runs out of elements.
Note : Use RETURN instead of END to quit a subroutine started with the GOSUB command.