lua-users home
lua-l archive

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




On Fri, Mar 27, 2020 at 2:10 PM Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> Thoughts (other than 'don't be so lazy')?

Have you looked at PiL (https://www.lua.org/pil/25.3.html)?
Yes, thank you. I noted that it calls an error function but the closest I could find was luaL_error.

I also *just* found luaL_pushfstring. Perhaps I'll adapt call_va to use luaL_pushfstring.

Thanks Roberto (and Sean!)

Russ

-- Roberto