This is from the Openmusic manual documentation on accumulators.
Down and left says that the Init input in an accumulator defines its behaviour. Then it says that it must take a function in lambda mode. That sentences means that the init input must take a function in lambda mode or that the accumulator should take a function in lambda mode? Because up and right it already said that a lambda function must be connected to the Fun input.
What I understand is that the Init input takes just an initial value, and the Fun input takes a lambda function.
My main question:
Does the init input take also a lambda function?