Jest to moduł testowy użytkownika Ksawi999.
local p = {} p.charminus = function(str) for i,value in str do str[i] = str[i] - 1 end return str end