# Dollar command

The $ command displays the current program
name and current line number, and verifies the object code. The object
code is verified by performing a checksum verification. This is used
to determine if the object code has been corrupted since the last
time it was compiled. The $ and ? commands are identical.

## Syntax

```
$
```

## Example(s)

```
:run bp conv (d
*E1
```
Displayed by debugger.

```
*$
*$ conv L 1 object verifies.
```

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