segs by pooq

a=io.read()for i=0,#a-1 do
b=#a-i
for j=0,i do
print(a:sub(b,b+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