开发者

If there was an error in a Lua program, will that error be at the top of the stack?

I have been looking through the Lua source code, and I think开发者_运维知识库 that is how it works.


Lua and C use a stack to exchange arguments. Many script languages use this way to communicate with C program.


Yes. Programming In Lua is an excellent resource for these sorts of questions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜