basic.debugger.l Command/BASIC: Debugger
basic.debugger.l
| Command | basic.debugger.l Command/BASIC: Debugger Applicable release versions: AP, R83, AP 6.0 FlashBASIC |
|---|---|
| Category | BASIC: Debugger (38) |
| Description | lists the current source line, or a specified range of lines, from the corresponding source program being executed. "l*" displays the entire program. "l" followed by <return> displays the current program source line. |
| Syntax | {Flash.routine.name:}?l{starting.line-ending.line} {Flash.routine.name:}?l{line.number} {Flash.routine.name:}?l{*} {Flash.routine.name:}?l |
| Options | |
| Example | *l10-17<return> This lists lines 10 through 17. *l5<return> This lists line 5. *l*<return> This lists the whole program. |
| Purpose | |
| Related |
basic.debugger.overview basic.debugger.c flash.basic non.fatal.error.condition fatal.error.condition basic.debugger.z |
