diff options
Diffstat (limited to 'objectio/calculator.icl')
-rw-r--r-- | objectio/calculator.icl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/objectio/calculator.icl b/objectio/calculator.icl index 58a384c..f8b05de 100644 --- a/objectio/calculator.icl +++ b/objectio/calculator.icl @@ -1,5 +1,11 @@ module calculator +// ******************************************************************************** +// Clean example program. +// +// This program creates a dialog with a simple calculator +// ******************************************************************************** + import StdEnv, StdIO :: Calculator :== History |