# > command

The > command executes any TCL command typed concatenated after the
 > and returns to the BASIC debugger.

## Syntax

```
>command-expr
```

## Parameters

| command-expr | Any valid TCL command. |
| --- | --- |

## Example(s)

```
>who
56 ref bob
```

## See also

- [BASIC/FlashBASIC Debugger](https://d3codex.com/flashbasicdebugger/basic-flashbasic-debugger/)

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