Window creation: Difference between revisions

Window creation in Yabasic
(Window creation in BASIC256)
(Window creation in Yabasic)
Line 2,661:
end start
</lang>
 
 
=={{header|Yabasic}}==
<lang yabasic>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</lang>
 
{{omit from|Batch File|No access to GUI functions.}}
2,130

edits