Joerg Arndt on Sat, 09 Mar 2013 17:21:13 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: PARI 2.6 syntax 2: [f(x)|x<-a,b(x)] |
* Andreas Enge <andreas.enge@inria.fr> [Mar 09. 2013 09:12]: > On Fri, Mar 08, 2013 at 01:41:15PM +0100, Bill Allombert wrote: > > Space are ignored, so 'x in a' is read as 'xina'. > > This might be a good occasion to declare spaces as significant in the > lexical analysis step... If at all possible, let's *please* do this. > It would break backwards compatibility, but are > there really people who write > a > > b = > 1 2 > when they mean > ab=12 > ? Possibly a subset of the folks that hammer nails into their knees in their spare time. > > Andreas >