Re: vote on assignments as expressions
Laurent Dube <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Organization | DEI |
| Message-ID | <[email protected]> |
Mark Hahn wrote: > The lexer will group the two characters "<-" into one terminal symbol. The > space in "a < -b" is significant. ...thus forcing all math expression writers to remember to always insert a space between < and -b ? Not proper. Laurent Dube