rollu - Roll the three top stack elements upward
obj1 obj2 obj3 rollu -> obj3 obj1 obj2
rollu is equivalent to 3 1 roll
Raises StackUnderflow error if there are less
than 3 objects on the stack.
/home/abuild/rpmbuild/BUILD/nest-2.20.git/sli/slistack.cc