# end command (FlashBASIC Debugger)

The end command terminates the run-time
portion of a BASIC or FlashBASIC program, exits the debugger, and
returns control to TCL.

## Syntax

```
end
```

## See also

- [debug statement](https://d3codex.com/pickbasic-flashbasic/debug-statement/)
- [debug command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/debug-command-flashbasic-debugger/)
- [off command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/off-command-flashbasic-debugger/)

---
Source: https://d3codex.com/flashbasicdebugger/end-command-flashbasic-debugger/ - part of the D3Codex reference.
