···1010\begin{description}
1111 \item[No floating point support.] The number type in Lua is usually float,
1212 however in the Rockbox implementation it is integer.
1313- \item[Non-supported libraries.] The coroutine, debug, file, io and math
1414- libraries are not supported.
1515- \item[Partially-supported libraries.] The os and package library is only
1313+ \item[Non-supported libraries.] The coroutine, debug and math libraries are
1414+ not supported.
1515+ \item[Partially-supported libraries.] The os and package libraries are only
1616 partially supported.
1717 \item[Additional libraries.] The bitlib library is integrated to support
1818 bitwise operators. See \url{http://luaforge.net/projects/bitlib} and