0

I would like to know how a JML expression of the form \old(Expression[Id]) is evaluated, i.e. if I have the \old(vector[value-1]) expression, does the \old also refer to "value" or just the to the value of the vector[value-1]. Thanks in advance!

skaffman
  • 398,947
  • 96
  • 818
  • 769
acostache
  • 2,177
  • 7
  • 23
  • 48

1 Answers1

1

Well hopefully you found the answer to your question elsewhere, but it's the first one:

\old(vector[value-1]) is the value in the old vector at \old(value)-1.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Pascal Cuoq
  • 79,187
  • 7
  • 161
  • 281