Commit 1cf631b4 authored by Robert Griesemer's avatar Robert Griesemer

- added missing ''''s

SVN=111693
parent 194ed070
......@@ -1139,7 +1139,7 @@ Assignments
Assignment = SingleAssignment | TupleAssignment | Send .
SimpleAssignment = Designator assign_op Expression .
TupleAssignment = DesignatorList assign_op ExpressionList .
Send = '>' Expression = Expression .
Send = '>' Expression '=' Expression .
assign_op = [ add_op | mul_op ] '=' .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment