I designed flowchart to describe at a high level how the programming process works. Part of this process involves looping through a set of elements. I am wondering if there is any standard or semi-standard way of representing the "for each" loop in the flowchart, which does not imply that the iteration is explicit with the iteration field, for example m = m + 1 (for example, here ). Most modern programming languages have a kind of "for each" construct to enumerate a set or sequence of elements without worrying about indexes. Basically I am looking for a similar visual design for the flowchart to avoid losing space with a clear increment of the counter.
flowchart
Bryce thomas
source share