nqp::flip(...) Should flip a string. A bit tricky as you got to do code-gen to make a Parrot string, call .reverse() on that, and unbox the result. Add a test for it in the nqpop test file Use it in Rakudo's Cool.flip method