Flow diagrams: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 March 2026

  • curprev 16:4616:46, 25 March 2026Martin talk contribs 10,052 bytes +10,052 Created page with "<span id="flow-diagrams"></span> = Flow Diagrams = '''Project:''' pgcobol — Prime Numbers Application<br /> '''Version:''' 1.0 (reverse-engineered)<br /> '''Date:''' 2026-03-17<br /> '''Notation:''' Mermaid flowchart / sequence diagrams ----- <span id="system-level-call-graph"></span> == 1. System-Level Call Graph == <pre class="mermaid">graph TD OS([OS / shell]) -->|command-line arg| MAIN[primesmain] MAIN -->|CALL primesui start| UI[primesui] MA..."