If this is in a subroutine and get_key is not in the subroutine then you will get problems by not using RETURN, do not jump out of a subroutine.
if char[0] = $30 then
goto get_key
endif
If this is in a subroutine and get_key is not in the subroutine then you will get problems by not using RETURN, do not jump out of a subroutine.
if char[0] = $30 then
goto get_key
endif
Bookmarks