aboutsummaryrefslogtreecommitdiff
path: root/calculator.icl
diff options
context:
space:
mode:
authorCamil Staps2015-08-19 09:44:03 +0200
committerCamil Staps2015-08-19 09:44:03 +0200
commit47c6fb6fad27497acd2a55e18acca974907d8908 (patch)
treec08b35e1cba831d8687ebd3a759ba47d31eb2a03 /calculator.icl
parentChapter 5 examples & tests (diff)
Comments & cleanup
Diffstat (limited to 'calculator.icl')
-rw-r--r--calculator.icl6
1 files changed, 6 insertions, 0 deletions
diff --git a/calculator.icl b/calculator.icl
index 58a384c..f8b05de 100644
--- a/calculator.icl
+++ b/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