Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

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