Let's say , I create an object in a for each loop
For each Car
-- Create Car
Will the newly created car IN the loop be counted in the for each loop
OR does it only go thru the already existing cars BEFORE the loop was called
Example
When the For each loop runs , I have car 1
When I create car 2 , will car also create car 3 ? or should I do another for each loop
Thanks for reading and have a nice day