I have a question according to the basic "loop cycle system" of processing:
More particularly if I write a new function, that contains let's say, 6 for loops. inside this function, are those for loops running/cycling at the same time, or are they running sequentially?
So if I want to call these for loops sequentially, (when the first is done, call the second, then the third and so on), how should i do it?