- : return will return from a subroutine but continue executing code after the : gosub ""; command that was used to call it.
- : done will stop the code dead in its tracks (not return to the line after the gosub).
Executing any line (including a terminator) will override the system default handler for the text entered. I plan to add a default message for when done is executed without printing something first (overridable).