ABC by pooq

pull x
do i=1 to length(x)
b=substr(x,i,1)
c=
if b>" "then c=xrange(A,b)
say c
end

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

download

return to the top page