comma format by *yuko*

character*9c;do1;read*,c;k=len_trim(c);1 print'(99a)',(c(i:i),","(:ibits(72,k-i,1)),i=1,k);end

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

download

return to the top page