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