loopwhilecom. now works

This commit is contained in:
simonkellet
2023-10-20 15:40:14 +01:00
parent a3f6b13947
commit c505b9cb2c
11 changed files with 49 additions and 20 deletions
-4
View File
@@ -6,9 +6,6 @@ let
in
begin
a := 0;
b := 10;
putint(b);
loop
begin
put('a');
@@ -16,5 +13,4 @@ begin
end
while a < 5 do
put('b');
end