lua-users home
lua-l archive

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


> I'm not asking for much, just that math.log10 and table.maxn be
> deprecated but not removed, and that they continue to be documented in
> the manual. It doesn't seem unreasonable, given that Roberto
> Ierusalimschy said in 2010 that 5.2.0 would be probably be released
> with compatibility modes on:
> 
> http://article.gmane.org/gmane.comp.lang.lua.general/66133

Lua 5.2.0  Copyright (C) 1994-2011 Lua.org, PUC-Rio
> =math.log10(10)
1
> =table.maxn{1,2,3}
3


((About the manual, a simple search for both "math.log10" and "table.maxn"
will find references to them, explaining that they are deprecated.)

-- Roberto