Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)
  • : 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).

(+1)

Aha. That makes sense within the context of subroutines, but don't they act the same in :match{} routines?

No, a return is exactly the same as a done, except in a subroutine. There is nothing to break out of a match specifically.