Hello world/Graphical: Difference between revisions

Added example Autohotkey V2
(→‎{{header|Sidef}}: added Gtk3 example)
imported>Ahk user
(Added example Autohotkey V2)
Line 587:
Return</syntaxhighlight>
<syntaxhighlight lang="autohotkey">SplashTextOn, 100, 100, Rosetta Code, Goodbye, World!</syntaxhighlight>
 
=={{header|AutoHotKey V2}}==
<syntaxhighlight lang="autohotkey">
MsgBox("Goodbye, World!")
</syntaxhighlight>
 
=={{header|AutoIt}}==
Anonymous user