Hello world/Graphical: Difference between revisions

m
(Ada solution added)
Line 335:
 
=={{header|Vedit macro language}}==
DisplayDisplaying the message on status line. The message remains visible until the next keystroke, but macro execution continues.
Statline_Message("Goodbye, World!")
 
DisplayDisplaying a dialog box with the message and default OK button:
Dialog_Input_1(1,"`Vedit example`,`Goodbye, World!`")
 
Anonymous user