find anagrams by *yuko*

character*9s;read*,s;1 read*,s;if(len_trim(s)*0**scan(s,"POWDY")==6)print'(a6)',s;goto1;end

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

download

return to the top page