RosettaCodeData/Task/Window-creation/Liberty-BASIC/window-creation-2.liberty

9 lines
118 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
nomainwin
open "GUI Window" for window as #1
#1 "trapclose Quit"
wait
sub Quit hndl$
close #hndl$
end
end sub