CMD LPRINT
Contents |
Effect
Prints a list with all the linked lines of a MSX-BASIC program that is in the computer memory.
The list includes all the line numbers following instructions such as GOSUB, GOTO, RESUME, RESTORE, RETURN and specifies in which line number(s) they can be found.
Syntax
CMD LPRINT
Associated function key
F6
Using
The execution of the instruction can be paused by pressing ESC. You can then completely stop it by pressing ESC a second time or resume it by pressing any other key.
Related to
CMD LLIST, CMD VLIST, CMD VPRINT