return Command

The return command returns from the current subroutine in the BASIC/FlashBASIC debugger. All code from the current debug point to the end of the routine is executed normally.

Syntax

return

See Also

BASIC/FlashBASIC Debugger