Re: vote on assignments as expressions
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Laurent Dube wrote: > 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. I see your point.