segs by tabasa

a=io.read()for i=1,#a do b=string.sub(a,#a-i+1,#a)for j=1,#b do print(string.sub(b,1,j))end end

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

download

return to the top page