LPRINT
Has the same effect as PRINT, except that the
output is sent to the device selected by OUTL#.
Program Example.
00100 OUTL#0 : REM Select the screen as the printer device
00110 LPRINT "Hi there"
00120 END
Try it
See also LLIST, LIST, PRINT, OUT#.