blob: 92c52e3315469a243f7350f3fc3c25f8e2f89b86 [file] [log] [blame]
#
# Menu: Examples > Hello > Arthur
# Description: {Display a Hello Arthur Dialog using Dialog Module.}
# License: EDL 1.0
#
loadModule("DialogModule")
text = "Hello\n\n"
text+= "This a simple Hello example using DialogModule\n"
info(text)