- advance ITERATOR #!optional STEPSprocedure
- advance! ITERATOR #!optional STEPSprocedure
Returns a new iterator (or modifies the given iterator in case of advance!) pointing to the next element of the associated sequence or to the element at the position I + STEPS, where I is the current index of ITERATOR.