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!
以上就是JML Evaluation of \old(Expression[Id])的详细内容,更多请关注web前端其它相关文章!