This module needs <span class="searchmatch">documentation</span>. Please document this module by describing its purpose and usage on this page....
local export = {} function basen(n,b) n = math.floor(n) if not b or b == 10 then return tostring(n) end local digits = "0123456789ABCDEFG...