Closed conradz closed 3 years ago
C0 defines a \old(param) that allows the initial value of an argument to be used in a postcondition even if the parameter is reassigned. Currently the parser does not parse this.
\old(param)
These were actually removed from the C0 standard, so we shouldn't implement them.
C0 defines a
\old(param)
that allows the initial value of an argument to be used in a postcondition even if the parameter is reassigned. Currently the parser does not parse this.