Go to the first, previous, next, last section, table of contents.


|]sum

Function: |sum { [numbers] -> [numbers] sum }
file: 100-C-utils.muf
package: muf
status: alpha

The |sum operator takes a block of numbers and adds them all together, returning the result.

Stack: 
[ 1.1 1.2 1.3 | |sum
Stack: [ 1.1 1.2 1.3 | 3.6


Go to the first, previous, next, last section, table of contents.