comma format by pooq

for(v in strsplit(scan("stdin",""),""))write(v,T,9,,rev(rep(c("","",","),l=length(v)-1)))

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

download

return to the top page