lua-users home
lua-l archive

Must "attempt to get length of a number value" be an error?

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


Lua 5.3.5 Copyright (C) 1994-2018 Lua.org, PUC-Rio
> #-5
stdin:1: attempt to get length of a number value
stack traceback:
 stdin:1: in main chunk
 [C]: in ?
> debug.setmetatable(0,{__len=math.abs})
0
> #-5
5

AltStyle によって変換されたページ (->オリジナル) /