reseting carl's mistake to what it should be from my changes

This commit is contained in:
Annie
2025-04-03 17:40:06 -04:00
parent 9b73c65746
commit 4f62851575

View File

@ -25,4 +25,4 @@ entry(arg) := {
result := bar1(w); (* pass w (a rec type value) to bar1 *)
result := bar2(5,7); (* implicitly build a rec type value, assign 5 and 7 to fields x and y, but call them r and s *)
return 0;
}
}