06-collectionok
Structure
fn · h1main
comment
bind
`basket` = [apple, pear, peach]foreach
[fruit](basket)call
> print text=`fruit`Functions
Variables
-
basket list · 3
# value 1 apple 2 pear 3 peach # value 1 apple 2 pear 3 peach -
fruit textpeachpeach
Execution
apple
pear
peach
Source
--- title: Collections (tables) description: One-column tables are lists --- # main A single-column Markdown table is a list; loop to read each item. Prefer link-index get `[1](basket)` (1-based). `basket` = | fruit | |-------| | apple | | pear | | peach | - [fruit](basket) > print text=`fruit`
A single-column Markdown table is a list; loop to read each item. Prefer link-index get
[1](basket)(1-based).