RosettaCodeData/Task/Hello-world-Graphical/Euphoria/hello-world-graphical.eu
2026-04-30 12:34:36 -04:00

4 lines
89 B
Text

include msgbox.e
integer response
response = message_box("Goodbye, World!","Bye",MB_OK)