PROC main() WriteF('Hello, World!') ENDPROC And repeating one: PROC main() WHILE TRUE DO WriteF('Hello, World!') ENDPROC