Up and Down by yamaya

s=io.read()for t in io.lines()do
r=""for i=1,#t do r=r..t.char(s:sub(i):byte()-t:sub(i):byte()%6+2)end
s=r
end
print(s)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page