Stepping Space Removal by Hendrik

var s,t="";s=readLine
while(t<s){println(s);t=s;s=s.split(" ",2)mkString}

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

download

return to the top page