RosettaCodeData/Task/Hello-world-Line-printer/Action-/hello-world-line-printer.action
2023-07-01 13:44:08 -04:00

5 lines
74 B
Text

Proc Main()
Open(1,"P:",8,0)
PrintDE(1,"HELLO WORLD!")
Close(1)
Return