Carriage no return by pooq

s=0
do 99
a=linein()
s=s+length(a)
say right(a,s*(a>""))
end

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

download

return to the top page