read calculator words by *yuko*

character*9c;do1;read'(a)',c;1 print'(9a1)',("oizehs lb"(ichar(c(i:))-47:),i=len_trim(c),1,-1);end

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

download

return to the top page