Re: Supporting 2u
Ilya Zakharevich <[email protected]> Thu, 12 Sep 2024 18:34:51 -0700
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 12, 2024 at 04:43:28PM +0200, Vincent Lefevre wrote: > > This does not stop other ambiguous syntaxes — like ++. > > AFAIK, it isn't ambiguous in GP/PARI, where "++" always means > the increment postfix operator, even with a space: Of course it is ambiguous! 7+++1 should be 8. Hope this helps, Ilya