opendylan icon indicating copy to clipboard operation
opendylan copied to clipboard

No value defined for temporary

Open cgay opened this issue 2 years ago • 1 comments

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).

cgay avatar Jul 15 '23 18:07 cgay

This might be a duplicate of #1461.

housel avatar Jul 19 '23 14:07 housel

Fixed by #1622.

housel avatar Jul 01 '24 03:07 housel