I have never used that iterators myself.

But I would strongly assume that we can only iterate over one object at a time.

As we can only iterate over one string or over one sequence at a time.

But of course we can collect the results of each iteration is some way, and 
finally output all collected data in the desired format. 

Reply via email to