lua-users home
lua-l archive

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


Currently these are the signatures for tostring and type:

tostring (v) -> string

type (v) -> string

Would it hurt to change them to:

tostring (v, ...) -> string, ...

type (v, ...) -> string, ...

(Similarly for math.tointeger/math.type/io.type, maybe also os.getenv, etc)

--
Disclaimer: these emails are public and can be accessed from <TODO: get a non-DHCP IP and put it here>. If you do not agree with this, DO NOT REPLY.