apple lines by pooq

p=paste
a="********"
b=p("apple*",a,a,a,sep="")
for(i in 0:scan("stdin"))write(substr(p(b,b,b,sep=""),61-i,90-i),"")

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

download

return to the top page