Is it possible to compare the value of the current and the previous iteration in a for loop in Acceleo?
Knowing that LET can be defined inside for loop but it will be mutable at each current iteration, therefore the previous value will be lost and we will get always only the current value.