aboutsummaryrefslogtreecommitdiff
path: root/example/example.imp
diff options
context:
space:
mode:
Diffstat (limited to 'example/example.imp')
-rw-r--r--example/example.imp5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/example.imp b/example/example.imp
index d87c891..e1ddf22 100644
--- a/example/example.imp
+++ b/example/example.imp
@@ -1 +1,4 @@
-(x := 1; while x < 10 do x := (x * 2) end)
+x := 1;
+while x < 10 do
+ x := (x * 2)
+end \ No newline at end of file