Content deleted Content added
I think this needs to be pairs because we can get the empty string |
flip total and sum, |
||
Line 20:
local function percent_remaining(sum, total)
local remaining =
if remaining > 0 then
return tostring(round(
else
return nil
|