diff options
author | Camil Staps | 2015-08-19 09:44:03 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-19 09:44:03 +0200 |
commit | a9c3ec3ac1a98ed0910f5591efcc78ba3bdc6464 (patch) | |
tree | f807eb91bb324e02faacad15fec149f152b03cec /objectio/support_radio.icl | |
parent | Chapter 5 examples & tests (diff) |
Comments & cleanup
Diffstat (limited to 'objectio/support_radio.icl')
-rw-r--r-- | objectio/support_radio.icl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/objectio/support_radio.icl b/objectio/support_radio.icl index cbc4e8b..dd60858 100644 --- a/objectio/support_radio.icl +++ b/objectio/support_radio.icl @@ -1,5 +1,12 @@ module support_radio +// ******************************************************************************** +// Clean tutorial example program. +// +// This program can be used to test the different ControlAttributes for a +// RadioControl in a Dialog. +// ******************************************************************************** + import StdEnv, StdIO Start :: *World -> *World |