diff options
author | Camil Staps | 2015-08-19 09:44:03 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-19 09:44:03 +0200 |
commit | 47c6fb6fad27497acd2a55e18acca974907d8908 (patch) | |
tree | c08b35e1cba831d8687ebd3a759ba47d31eb2a03 /support_edit.icl | |
parent | Chapter 5 examples & tests (diff) |
Comments & cleanup
Diffstat (limited to 'support_edit.icl')
-rw-r--r-- | support_edit.icl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support_edit.icl b/support_edit.icl index 144e81b..a8ff5d9 100644 --- a/support_edit.icl +++ b/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 |