3 lines
96 B
Text
3 lines
96 B
Text
OPEN #1: PRINTER !Open channel #1 for the printer
|
|
PRINT #1: "Hello World!"
|
|
END
|