4 lines
99 B
Text
4 lines
99 B
Text
import "textUtil"
|
|
|
|
hello = textUtil.Dialog.make("Hello, World Dialog", "Hello, World!")
|
|
hello.show
|