Press <kbd>Enter</kbd> between the `+` and `=` characters of the `+=` operator. ``` antlr someRule : label+='x'* ; ```