lua-users home
lua-l archive

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


Keep in mind that Lua uses only a few formats from sprintf; the only
"difficult" to implement is "%.14g", to convert doubles to strings.

-- Roberto