aboutsummaryrefslogtreecommitdiff
path: root/example/example2.imp
diff options
context:
space:
mode:
Diffstat (limited to 'example/example2.imp')
-rw-r--r--example/example2.imp7
1 files changed, 0 insertions, 7 deletions
diff --git a/example/example2.imp b/example/example2.imp
deleted file mode 100644
index 9db6655..0000000
--- a/example/example2.imp
+++ /dev/null
@@ -1,7 +0,0 @@
-(y := 0;
-var x := 5 in
- (while x < 10 do
- x := (x + 1)
- end;
- y := x)
-end) \ No newline at end of file