aboutsummaryrefslogtreecommitdiff
path: root/example.imp
diff options
context:
space:
mode:
Diffstat (limited to 'example.imp')
-rw-r--r--example.imp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.imp b/example.imp
new file mode 100644
index 0000000..d87c891
--- /dev/null
+++ b/example.imp
@@ -0,0 +1 @@
+(x := 1; while x < 10 do x := (x * 2) end)