11 lines
138 B
Text
11 lines
138 B
Text
open window 300,200
|
|
|
|
text 150, 100, "Hello World"
|
|
|
|
rectangle 10,10 to 90,90
|
|
fill rectangle 40,40,60,60
|
|
|
|
clear screen
|
|
|
|
inkey$
|
|
close window
|