start
|
all-pages
arrayiteration
Konilo provides
+a:for-each
to run a function against each value in an array. For instance, to display the numeric value of each item: &my-array [ (n-) n:put sp ] a:for-each