summaryrefslogtreecommitdiff
path: root/objectio/calculator.icl
diff options
context:
space:
mode:
authorCamil Staps2015-08-19 09:44:03 +0200
committerCamil Staps2015-08-19 09:44:03 +0200
commita9c3ec3ac1a98ed0910f5591efcc78ba3bdc6464 (patch)
treef807eb91bb324e02faacad15fec149f152b03cec /objectio/calculator.icl
parentChapter 5 examples & tests (diff)
Comments & cleanup
Diffstat (limited to 'objectio/calculator.icl')
-rw-r--r--objectio/calculator.icl6
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