added bar stuff

This commit is contained in:
simonkellet
2023-10-02 17:48:23 +01:00
parent b1da248676
commit dc5f17620e
13 changed files with 52 additions and 5 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -5,7 +5,7 @@ let
in
begin
a := 1;
a := 4;
b := 2;
putint(a);
Binary file not shown.
+8
View File
@@ -0,0 +1,8 @@
let
var a: Integer
in
begin
a := 0;
a := a + 1;
putint(a);
end
Binary file not shown.