4 lines
81 B
Text
4 lines
81 B
Text
|
|
prn% = OPENOUT("PRN:")
|
||
|
|
PRINT #prn%, "Hello World!"
|
||
|
|
CLOSE #prn%
|