Accumulate
Accumulate(list)
accumulate the values of
list
returning a new list.
Examples
>> Accumulate({1, 2, 3}){1,3,6}
Implementation status
- ✅ - full supported
Accumulate(list)
accumulate the values of
list
returning a new list.
>> Accumulate({1, 2, 3}){1,3,6}