ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
PlutoLang/Pluto
/
Issues
Unexpected value from prefix ++ in some situations
#1409
Closed
Sainan
创建于 2026-01-01
bug
S
Sainan
commented
e.g., here the call to `type` receives a non-number value: ```lua local a = 1 local function f() assert(type(++a) == "number") end f() ```
关闭于 2026-01-20
0 条评论