Element - Ṡ - Vectorised sums / Strip whitespace from both sides / Is positive
Characters:
Ṡ
Description
Sum of each item in a list
Overloads
lst-vectorising_sum(a)str-a.strip()num-is_positive(a)
Examples
⟨⟨1|2|3⟩|⟨4|5|6⟩⟩ Ṡ=⟨6|15⟩⟨3|4|5⟩ Ṡ=⟨3|4|5⟩⟨⟨1|2|3⟩|⟨1|2|3|4⟩⟩ Ṡ=⟨6|10⟩3 Ṡ=1