Control Structures

Control structures

Loop

Loops are already contained the underlying structure, we do not need to create anything since loops are cycles, and cycles are a natural feature of a graph.

Condition

A condition block evaluates the output of the block that triggered it, and then trigger adjacent blocks based on the result of that evaluation.

Last updated