Wiki

Clone wiki

symja_android_library / Symbols / Sow

Sow

Sow(expr)
sends the value expr to the innermost Reap.

Examples

>>> Reap(Sow(3); Sow(1))
{1,{{3,1}}}

Updated