bardemo works

This commit is contained in:
simonkellet
2022-10-10 13:34:03 +01:00
parent e1268aae42
commit c9ca3c5bba
5 changed files with 40 additions and 3 deletions
+7 -2
View File
@@ -9,7 +9,12 @@ in
b := 2;
putint(a);
puteol();
putint(b);
puteol();
putint(|a);
putint(|b)
end
puteol();
putint(|b);
puteol()
end