OK, no punctuation, no empty words, etc.... My lowest bid: 74 chars
ClassMethod Order(s)
{
f s p=$p(s," ",$i(i)),w=$tr(p,1/17),$p(z," ",$tr(p,w))=w ret:p=w$g(z)
}By the way, the following three variants all have the same size of 74
f s p=$p(s," ",$i(i)),w=$tr(p,1/17),$p(z," ",$tr(p,w))=w ret:p=w$g(z)
f{s p=$p(s," ",$i(i)),w=$tr(p,1/17),$p(z," ",$tr(p,w))=w ret:p=w$g(z)}
1s p=$p(s," ",$i(i)),w=$tr(p,1/17),$p(z," ",$tr(p,w))=wq:p=w$g(z) g 1- Log in to post comments

