Hello world/Graphical: Difference between revisions

Add SmallBASIC
(sort)
(Add SmallBASIC)
Line 3,947:
(widget-make-label "Goodbye, world!")))
(window-show-and-run gui "Goodbye")</syntaxhighlight>
 
=={{header|SmallBASIC}}==
<syntaxhighlight lang="qbasic">
w = window()
w.alert("Goodbye, World!")
</syntaxhighlight>
 
=={{header|Smalltalk}}==
26

edits