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/calculator.icl | |
parent | Chapter 5 examples & tests (diff) |
Comments & cleanup
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 |