lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> A function as simple as:
> {
>     [...]
> }
> when called from inside a coroutine results in it returning a function not a
> string. This just seems like it should be crazy simple, but I can't figure
> out what I'm missing.

What version of Lua are you using? (I think the work versions for 5.2
have some bug there.)

-- Roberto