LIST
Print program lines to the screen
> 10 PRINT "Hello World"
> 20 GOTO 10
> LIST
10 PRINT "Hello World"
20 GOTO 10
OK