Good Day!
I'm trying to solve the brute force algorithm through events and this look like C2 don't support recursion in function object.
My problem - I have to calculate the sum of all numbers in the range 10 ( like: 1+1+1+3+6 or 5+5 or 6+2+2... ALL numbers)
Is there someone tried to implement it?