Hi (geek) folks,
I'm fiddling another time with a (should be easy) task.
compound interest... (formula is known) Scheme... (For one single years everything works flawlessy)
Problem: Accumulator needed... My program has to be able to remember the result of the former calculation and put it as a blueprint for the next one following.
Here comes my question: How to setup accu-procedures without lists....? Or am I deadly wrong for now, and I must use them?
Somehow I'll have to call the recursive procedure again and again...
Many thanks in advance, sincerely, Andreas_P
Andreas_P