diff options
Diffstat (limited to 'objectio/support_edit.icl')
-rw-r--r-- | objectio/support_edit.icl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/objectio/support_edit.icl b/objectio/support_edit.icl index 144e81b..a8ff5d9 100644 --- a/objectio/support_edit.icl +++ b/objectio/support_edit.icl @@ -1,5 +1,12 @@ module support_edit +// ******************************************************************************** +// Clean tutorial example program. +// +// This program can be used to test the different ControlAttributes for a +// EditControl in a Dialog. +// ******************************************************************************** + import StdEnv, StdIO Start :: *World -> *World |