Content deleted Content added
No edit summary |
No edit summary |
||
Line 16:
-- Credit: http://lua-users.org/wiki/FormattingNumbers
local function comma_value(amount)
local formatted = amount
while true do
|
No edit summary |
No edit summary |
||
Line 16:
-- Credit: http://lua-users.org/wiki/FormattingNumbers
local function comma_value(amount)
local formatted = amount
while true do
|