4 lines
141 B
Text
4 lines
141 B
Text
open window 400,200 //minimum line required to accomplish the indicated task
|
|
clear screen
|
|
text 200,100,"I am a window - close me!","cc"
|
|
end
|