I added some more backpatching and some more files for testing
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user