Sum and product of an array: Difference between revisions

Content added Content deleted
m (Added a Trith example.)
m (Fixed a typo.)
Line 972:
 
=={{header|Trith}}==
<lang tokatrith>[1 2 3 4 5] 0 [+] reduce</lang>
<lang tokatrith>[1 2 3 4 5] 1 [*] reduce</lang>
 
=={{header|Toka}}==