From a9c3ec3ac1a98ed0910f5591efcc78ba3bdc6464 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 19 Aug 2015 09:44:03 +0200 Subject: Comments & cleanup --- objectio/hello.icl | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 objectio/hello.icl (limited to 'objectio/hello.icl') diff --git a/objectio/hello.icl b/objectio/hello.icl deleted file mode 100644 index 1988c6a..0000000 --- a/objectio/hello.icl +++ /dev/null @@ -1,17 +0,0 @@ -module hello - -import StdEnv, StdIO - -Start :: *World -> *World -Start world = startIO NDI Void initialise [] world -where - initialise pst - # (error,pst) = openDialog Void hello pst - | error <> NoError = closeProcess pst - | otherwise = pst - - hello = Dialog "ObjectIO" controls [WindowClose (noLS closeProcess)] - controls = TextControl "Hello World!" [] :+: - TextControl "Text 2" [] :+: - ButtonControl "Button" [] - -- cgit v1.2.3