doc: Sync with current 3.5 branch (8ee69a88c)

This commit is contained in:
Rémi Verschelde
2022-04-29 14:16:57 +02:00
parent 94366cdd8f
commit 12786907c6
398 changed files with 9782 additions and 3681 deletions

View File

@@ -18,15 +18,15 @@ Description
Loops while a condition is ``true``. Execution continues out the ``exit`` Sequence port when the loop terminates.
**Input Ports:**
\ **Input Ports:**\
- Sequence: ``while(cond)``
- Sequence: ``while(cond)``\
- Data (bool): ``cond``
- Data (bool): ``cond``\
**Output Ports:**
\ **Output Ports:**\
- Sequence: ``repeat``
- Sequence: ``repeat``\
- Sequence: ``exit``