aboutsummaryrefslogtreecommitdiff
path: root/example.imp
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-20 07:10:19 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-20 07:10:19 +0200
commit98be4ba8e6050f33fd47786de066b165f74a115d (patch)
treefc33633698c1941a51241ba06eff4a135572e161 /example.imp
downloadimp-98be4ba8e6050f33fd47786de066b165f74a115d.tar.gz
imp-98be4ba8e6050f33fd47786de066b165f74a115d.zip
initial
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)