Total Function in CL

Is there a function to total a list in CL? I have tried using simpleFunction.evaluateAt but cannot evaluate using a list.

I think the best way to do this currently is to set a numberList with a sink in a graph, compute the total there, then pull it out using the number source.

Bummer, ok thanks! Are there any plans to add in the future? Looking to make a streak function using only one component and just need to total a list to finish it.

1 Like