Hello world/Graphical: Difference between revisions

Content added Content deleted
imported>Arakov
imported>Chinhouse
No edit summary
Line 2,390: Line 2,390:


<syntaxhighlight lang="maxscript">messageBox "Goodbye world"</syntaxhighlight>
<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}}==
=={{header|mIRC Scripting Language}}==