From 47c6fb6fad27497acd2a55e18acca974907d8908 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 19 Aug 2015 09:44:03 +0200 Subject: Comments & cleanup --- hello.icl | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 hello.icl (limited to 'hello.icl') diff --git a/hello.icl b/hello.icl deleted file mode 100644 index 1988c6a..0000000 --- a/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