Skip to main content
Version: 1.x

acc

acc

acc(node);

Returns an accumulated value of the given node. This node stores a sum of all evaluations of the given node and each time it gets evaluated it would add current node's value to that sum and return it.

We are Software Mansion.