RosettaCodeData/Task/Hello-world-Line-printer/Action-/hello-world-line-printer.action

6 lines
74 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Proc Main()
Open(1,"P:",8,0)
PrintDE(1,"HELLO WORLD!")
Close(1)
Return