r

r


pc Index Level return
Syntax {Flash.routine.name:} r
Category BASIC Debugger
Type Command
Description "pops" the top return stack address of the local subroutine from the stack, causing the next "return" statement to return to the address revealed by the "pop".
Options
See Also s up debugger down
Example
Warnings The "Flash.routine.name" can only be specified if the program has been optimized through the FlashBASIC compiler (see the "o" option under the "compile" command). When a "Flash.routine.name" is specified, the corresponding debugger command is executed against the specified routine. The ":" (colon) separating the "Flash.routine.name" and the debugger command is required.
Compatibility D3 7.0 AP R83 AP 6.0 FlashBASIC
pc Index Level return