697071727374757677
// if(to>size()) // IO.assertion("unwind attempted from smaller to larger top"); for (int i = size() - to; i > 0; i--) { Term V = pop(); V.undoBinding(); } } }