Pascal Molin on Fri, 08 Mar 2013 14:47:39 +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)] |
On Fri, Mar 08, 2013 at 01:41:15PM +0100, Bill Allombert wrote:This might be a good occasion to declare spaces as significant in the
> Space are ignored, so 'x in a' is read as 'xina'.
lexical analysis step...
It would break backwards compatibility, but are
there really people who write
a
b  =
1 2
when they mean
ab=12
?
Andreas