BOUNDS ( a b -- b+a a )
simulate: : BOUNDS OVER + SWAP ;
reference: p4_bounds in ../src/lpf83.c:0040, export CO BOUNDS