אונטערשייד צווישן ווערסיעס פון "יחידה:עלטער"

ק
קיין רעדאגירונג באמערקונג
קאין תקציר עריכה
צייכן: צוריקגעשטעלט
קאין תקציר עריכה
צייכן: צוריקגעשטעלט
שורה 24: שורה 24:
local str = s
local str = s
while len1(str) > 0 do
while len1(str) > 0 do
ans = ans + numberstable[sub1(str, 1, 1)]
ans = ans + numberstable[mw.ustring.sub(str, 1, 1)]
str = mw.ustring.sub(str, 2, len1(str))
str = mw.ustring.sub(str, 2, len1(str))
end
end