Updated Lists (markdown)

Aaron Dodson
2025-12-22 14:26:18 -08:00
parent a5685d59b1
commit 86909d830a

@@ -190,6 +190,14 @@ The **make text from list** block joins a list into a single text using a delimi
In the above example, a new text is returned with the value: "311-555-2368".
# Reversing a list
The **reverse** block makes a new list with the same items as the connected list, but in the opposite order. For example, these blocks:
![reverse list](https://github.com/user-attachments/assets/c20d6f7c-9e24-4aea-85be-a7d788c09e93)
Will make the list `flipped` contain "c", "b", and "a" in that order.
# Related Blocks
## Printing a list
@@ -209,11 +217,3 @@ The [for-each block](Loops#for-each) in the Control category performs an operati
This does not remove the items from the original list.
See also the examples of the [loop termination blocks](Loops#loop-termination-blocks).
# Reversing a list
The **reverse** block makes a new list with the same items as the connected list, but in the opposite order. For example, these blocks:
![reverse list](https://github.com/user-attachments/assets/c20d6f7c-9e24-4aea-85be-a7d788c09e93)
Will make the list `flipped` contain "c", "b", and "a" in that order.