The accumulator stores intermediate results of an IL instruction. The result of each operation is stored immediately after it is processed. Input conditions for subsequent operations are not necessary: further processing is based on the current value of the accumulator. The accumulator’s content is lost when the following network is processed. Therefore, store its value in a variable if you require it later on in another network.