Help for this page
def next: if array[index].isAnArray() and array[index].hasNext() ret = array[index].next(); ... endif index++ end
parent.next() child.next() grandChild.next() ...