please dont break

This commit is contained in:
Annie
2025-05-06 16:44:26 -04:00
parent a7e10521d8
commit 8bba742c99
2 changed files with 33 additions and 4 deletions

View File

@ -12,9 +12,10 @@ Fib(i) := {
} else {
i := i;
}
b := b | (a & c);
b := 2 < 3;
(*b := b | (a & c);
b := 2 < 3;*)
if(i = 1) then {
i := printCharacter('a');
return 1;
} else {
return i + Fib(i - 1);