|
|
This Flow Chart depicts the internal program logic of a given function. Decision points are shown in white, and are labeled. Blocks of in-line code appear as green squares, and return statements are purple triangles. Unconditional branches, such as breaks, continues, and gotos, are indicated by green and purple lines.
You can use the Flow Chart to quickly understand the structure inside a function. And because of its coordinated browsing with the File Editor, it is useful for tracing and solving flow of control problems.
|