8 lines
118 B
Text
8 lines
118 B
Text
nomainwin
|
|
open "GUI Window" for window as #1
|
|
#1 "trapclose Quit"
|
|
wait
|
|
sub Quit hndl$
|
|
close #hndl$
|
|
end
|
|
end sub
|