Loop
From Organic Design wiki
- Current Loop
[[+nodeLOOP|]]
- Loops in general
A Loop is formed when all nexts form a complete loop in one direction and all prevs link up in exactly the opposite direction. A Loop does not distinguish any List-Item as being the start or finish.
Loops are structurally identical to Queues, but are treated differently by the contexts that use them.
This has important implications when it comes to structures composed of nodes which can be Loops. Since none of the nodes is the start or finish, a Loop can be referenced by any of its items.