Jump to content

Hello world/Graphical: Difference between revisions

m
added Diego task
No edit summary
m (added Diego task)
Line 1,324:
ShowMessage('Goodbye, World!');
end.</lang>
 
=={{header|Diego}}==
To differentiate only a GUI message use the `display_` verb.
<lang diego>display_me()_msg(Goodbye, World!);</lang>
To message the callee via all possible media (including GUI, if possible) use `alert_` verb.
 
=={{header|Dylan}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.