crosstable.love/0006-loiter

6 lines
175 B
Plaintext

-- A debugging aid to animate intermediate results in computations.
-- Can only be called from functions invoked using `animate()`.
loiter = function()
coroutine.yield()
end