# 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](https://d3codex.com/flashbasicdebugger/basic-flashbasic-debugger/)

---
Source: https://d3codex.com/flashbasicdebugger/return-command/ - part of the D3Codex reference.
