Parse "state" as a valid primary expression
In stop conditions, it is valid to write "stop if state=wait"; until now "state" was a reserved keyword so the parser would not accept it in an expression. Now it does.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment