list.sum
Sum a list of numbers. (similar to zl.sum)
list.sum(input): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
input | list | list input |
Returns
Name | Type | Description |
---|---|---|
out1 | number | sum of the list |
Sum a list of numbers. (similar to zl.sum)
list.sum(input): out1
Name | Type | Default | Description |
---|---|---|---|
input | list | list input |
Name | Type | Description |
---|---|---|
out1 | number | sum of the list |