3,314
回編集
編集の要約なし |
タグ: 取り消し |
||
11行目: | 11行目: | ||
function p.each_utf8(frame) | function p.each_utf8(frame) | ||
local i = 1 | local i = 1 | ||
str = frame.args[1] | str = frame.args[1] | ||
if i > #str then | if i > #str then | ||
51行目: | 50行目: | ||
end | end | ||
end | end | ||
function p.reverse(frame) | function p.reverse(frame) | ||
es = "" | es = "" |
回編集