SeedV/SeedLang

Detect reference cycle

Closed this issue · 0 comments

>>> a = [1, 2]
>>> b = [a]
>>> a[1] = b
>>> a