I added some more backpatching and some more files for testing

This commit is contained in:
Meyer Simon
2025-05-04 17:43:08 -04:00
parent 9d98b75bc0
commit accb21c78a
8 changed files with 113 additions and 18 deletions

View File

@ -0,0 +1,18 @@

View File

@ -3,8 +3,8 @@ function test: main
test (a) := {
[Boolean: b; integer: x; integer: y]
x := 1;
character x := 1;
y := 2;
b := x < y;
return 1;
}
}