Help for this page

Select Code to Download


  1. or download this
    def next:
      if array[index].isAnArray() and array[index].hasNext()
        ret = array[index].next();
    ...
      endif
      index++
    end
    
  2. or download this
    parent.next()
      child.next()
        grandChild.next()
          ...