←
Reap
→
Table
/
Reference of Built-in Symbols
/
List Functions
/
Constructing Lists
/
Sow
/
Sow
WMA link
Sow
[
e
]
sends the value
e
to the innermost
Reap
.
Sow
[
e
,
tag
]
sows
e
using
tag
.
Sow[
e
]
is equivalent to
Sow[
e
, Null]
.
Sow
[
e
, {$tag_1$, $tag_2$, ...}]
uses multiple tags.
←
Reap
→
Table