added array so test uses array instead of address

This commit is contained in:
Annie
2025-04-14 21:37:37 -04:00
parent ccc3c57f1c
commit 06db190428

View File

@ -1,8 +1,9 @@
type main: string -> integer
function entry: main
type testarr : 1 -> integer
entry (arg) := {
[integer:x; address: arr; address: arr2; Boolean : b2; Boolean : b1]
[integer:x; testarr: arr; testarr: arr2; Boolean : b2; Boolean : b1]
x := 3 + 2 * 8;
x := 3 - 2 / 8;