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

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