| # | Index Level | $! |
| Syntax | |
| Category | BASIC Debugger |
| Type | Command |
| Description |
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. |
| Options | |
| See Also | v z (R83) ? $! ?! |
| Example |
:run bp conv (d<return>
*E1 <- Displayed by debugger. *$<return> <- This is entered. *$ conv L 1 object verifies. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 AP 6.0 FlashBASIC |
| # | Index Level | $! |