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