Hello world/Graphical: Difference between revisions

no edit summary
imported>Arakov
imported>Chinhouse
No edit summary
Line 2,390:
 
<syntaxhighlight lang="maxscript">messageBox "Goodbye world"</syntaxhighlight>
 
=={{header|MiniScript}}==
This implementation is for use with the [http://miniscript.org/MiniMicro Mini Micro] version of MiniScript.
<syntaxhighlight lang="miniscript">
import "textUtil"
 
hello = textUti.Dialog.make("Hello, World Dialog", "Hello, World!")
hello.show
</syntaxhighlight>
 
=={{header|mIRC Scripting Language}}==
Anonymous user