ABC by *yuko*

character c
do1 j=1,99
call fget(c)
1 print'(99a1)',(i,i=65,ichar(c))
end

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

download

return to the top page