Version 0 of info coroutine

Updated 2008-10-19 15:52:49 by dkf

Subcommand of info. Returns the name of the currently executing coroutine, or the empty string if there is no current coroutine. Also returns the empty string if the current coroutine has been deleted (e.g. by renameing it to the empty string) but there has been no yield since that point.