aboutsummaryrefslogtreecommitdiff
path: root/check/main.p
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-08-04 21:23:38 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-08-04 21:23:38 -0400
commit0caa6768c7055c3e3fb2f2ebeda2c35152ea011b (patch)
treeaccd9c043b439e60257640f06d9728263fafa8b6 /check/main.p
parent0408f0c8d8d095267b322859e208f209edd47311 (diff)
Update checks
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.