Re: vote on assignments as expressions
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
"Laurent Dube" <[email protected]> wrote in message news:[email protected]... > Mark Hahn wrote: > > > I personally vote for "a <- b" > > How is this different from "a < -b" written without spaces? The lexer will group the two characters "<-" into one terminal symbol. The space in "a < -b" is significant.