Jump to content

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}}==
29

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.