Designing Your Model: Model-Code Correspondence : Flowcharts : Begin/End Points

Begin/End Points

The start point for each block (the point at which the non-basic box is entered) is marked using a Start arrow in that box. The end point is marked using an End connector in that box.

The start point for the entire flowchart is marked using a Start arrow at the highest level. The end point for the entire flowchart is marked using an End connector at the highest level.

Flowchart execution stops when it can make no more progress. This may be due to reaching an End connector, or it may be due to reaching a box for which all of the outgoing arrows evaluate to false.