5 lines
94 B
Plaintext
Executable File
5 lines
94 B
Plaintext
Executable File
OPEN WINDOW (10;45;500;330;0;"Hello Window")
|
|
While (True)
|
|
MESSAGE ("Hello World")
|
|
End while
|