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