5 lines
52 B
Text
5 lines
52 B
Text
|
|
PROC Main()
|
||
|
|
Position(3,6)
|
||
|
|
Print("Hello")
|
||
|
|
RETURN
|