aboutsummaryrefslogtreecommitdiff
path: root/check/main.p
diff options
context:
space:
mode:
Diffstat (limited to 'check/main.p')
-rw-r--r--check/main.p5
1 files changed, 1 insertions, 4 deletions
diff --git a/check/main.p b/check/main.p
index f05808b..613f8dc 100644
--- a/check/main.p
+++ b/check/main.p
@@ -26,9 +26,6 @@ begin
a := 1;
x := 3.14;
- b := a + 35;
+ b := a + 35
(* test *)
- for c := 0 to 10 do begin
- for a:= 10 downto 0 do b := a - c
- end
end.