read calculator words by pooq

for(v in scan("stdin",""))cat(rev(strsplit(chartr("01234578","oizehslb",v),"")[[1]]),"
",sep="")

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

download

return to the top page