Content deleted Content added
okay, add text, see how this breaks |
here |
||
Line 16:
local function class_percent(param, divisor)
return tostring(round(100 * param / divisor)) .. '%'
end
local function
sum = sum - divisor
if sum ~= 0 then -- find this a bit specious
|