opendylan
opendylan copied to clipboard
No value defined for temporary
Reproducer: https://play.opendylan.org/shared/d085b8e00fe79ab9
iterate loop (a = #f, b = 1)
if (b == 3)
b
else
loop(b, b + 1)
end
end
The above compiles without error if loop(b, b + 1) is changed to loop(a, b + 1).
This might be a duplicate of #1461.
Fixed by #1622.