RosettaCodeData/Task/Hello-world-Graphical/Clean/hello-world-graphical.clean
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 lines
253 B
Text

import StdEnv, StdIO
Start :: *World -> *World
Start world = startIO NDI Void (snd o openDialog undef hello) [] world
where
hello = Dialog "" (TextControl "Goodbye, World!" [])
[WindowClose (noLS closeProcess)]