Hello world/Graphical: Difference between revisions

m
(Hello world/Graphical in True BASIC)
m (→‎{{header|Diego}}: missing >)
Line 1,328:
To differentiate only a GUI message use the <code>display_</code> verb.
<syntaxhighlight lang="diego">display_me()_msg(Goodbye, World!);</syntaxhighlight>
However, using the <code>_msg</code> (short for 'message') action will send a string message to the callee who may decide to display the string graphically...
<syntaxhighlight lang="diego">me_msg(Goodbye, World!);</syntaxhighlight>
 
7,794

edits