# v command

The v command verifies the current BASIC
object code by performing a checksum verification. This determines
if the object code has been corrupted since the last time it was compiled.

Note: This command is *not* supported in FlashBASIC.

## Syntax

```
v
```

## Example(s)

```
run bp conv (d
*E1
*v
*$ object verifies.
```

## See also

- [Dollar command](https://d3codex.com/flashbasicdebugger/dollar-command/)

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