lua-users home
lua-l archive

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


> how can I format the number in the code such that does not loose any precision in it’s
> journey from; number => string => lua-parser => number ?

I believe the %q specifier was designed for this purpose