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