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

3 lines
133 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
show_message("Hello world!"); // displays a pop-up message
show_debug_message("Hello world!"); // sends text to the debug log or IDE