RosettaCodeData/Task/Hello-world-Graphical/MiniScript/hello-world-graphical.mini

5 lines
99 B
Text
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
import "textUtil"
hello = textUtil.Dialog.make("Hello, World Dialog", "Hello, World!")
hello.show