lua-users home
lua-l archive

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


> I managed to get 242 bytes/chars... I could probably do less tho...
> local k,o,d=next,type d=function(a,r,t)if"table"~=o(a)then return a end t={}r=r

replace "table" with o{} to save few more bytes...

Paul.