RosettaCodeData/Task/Hello-world-Text/GML/hello-world-text.gml

3 lines
133 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
show_message("Hello world!"); // displays a pop-up message
show_debug_message("Hello world!"); // sends text to the debug log or IDE