45,647
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
function export.base12(n) | function export.base12(n) | ||
n = floor(tonumber(n)) | n = floor(tonumber(n)) | ||
local digits = " | local digits = "0123456789AB" | ||
local t = {} | local t = {} | ||
repeat | repeat |