Searched refs:goo (Results 1 – 1 of 1) sorted by relevance
171 function goo() foo() end function172 x = coroutine.wrap(goo)174 x = coroutine.create(goo)