flip f a b
takes a binary function f and two arguments a and b and returns f b a (arguments are flipped)
Source code:
eval_binary $f $b $a