apple lines by pooq

set s "apple[string repe {*} 25]";set a [gets stdin];set i -1;while {[incr i]<=$a} {puts [string ra $s$s$s [expr 60-$i] [expr 89-$i]]}

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

download

return to the top page