RosettaCodeData/Task/Hello-world-Graphical/MiniScript/hello-world-graphical.mini
2023-12-16 21:33:55 -08:00

4 lines
99 B
Text

import "textUtil"
hello = textUtil.Dialog.make("Hello, World Dialog", "Hello, World!")
hello.show