delete words by murky-satyr

(w)=l="$System.in".split()
4.times{l=(l-w)*.replace(w,' '*w.count)*.reverse()*.grep{1}.transpose()*.sum()}
l.any 0.&println

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

download

return to the top page