RosettaCodeData/Task/Hello-world-Graphical/Clean/hello-world-graphical.clean
2023-07-01 13:44:08 -04: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)]