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