RosettaCodeData/Task/Hello-world-Graphical/Euphoria/hello-world-graphical.eu

5 lines
89 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
include msgbox.e
integer response
response = message_box("Goodbye, World!","Bye",MB_OK)