◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── RETURN [{linelabel | linenumber}] ■ linelabel or linenumber Identifies a line in the module-level code to execute next. ■ If the argument is omitted, RETURN continues execution where an event occurred (for event handling) or at the statement following the GOSUB (for subroutine calls). See Also ◄GOSUB►