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