sub reverseWords(Str $s) returns Str { $s.words.reverse.join(' ') }