if you have a long and complex chain of operations...
# arrow
t
if you have a long and complex chain of operations producing a value, then just tacking on
.right()
at the end might look nicer than wrapping it all in
Right()