summaryrefslogtreecommitdiff
path: root/objectio/support_text.icl
diff options
context:
space:
mode:
authorCamil Staps2015-08-19 09:44:03 +0200
committerCamil Staps2015-08-19 09:44:03 +0200
commita9c3ec3ac1a98ed0910f5591efcc78ba3bdc6464 (patch)
treef807eb91bb324e02faacad15fec149f152b03cec /objectio/support_text.icl
parentChapter 5 examples & tests (diff)
Comments & cleanup
Diffstat (limited to 'objectio/support_text.icl')
-rw-r--r--objectio/support_text.icl7
1 files changed, 7 insertions, 0 deletions
diff --git a/objectio/support_text.icl b/objectio/support_text.icl
index d5e3d01..21cfc05 100644
--- a/objectio/support_text.icl
+++ b/objectio/support_text.icl
@@ -1,5 +1,12 @@
module support_text
+// ********************************************************************************
+// Clean tutorial example program.
+//
+// This program can be used to test the different ControlAttributes for a
+// TextControl in a Dialog.
+// ********************************************************************************
+
import StdEnv, StdIO
Start :: *World -> *World