Bill Allombert on Mon, 24 Sep 2012 14:22:24 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [a<-b,f(a)] |
On Wed, Sep 05, 2012 at 04:20:52PM +0200, Bill Allombert wrote: > On Mon, Aug 06, 2012 at 09:47:51AM -0400, Charles Greathouse wrote: > > > The sign that is closest to the mathematical "in" sign is the euro sign â > > > but is looks weird [a â b, f(a)] and not every keyboard has this symbol. > > > > It also doesn't work in the Windows version, which presumably accounts > > for the majority of the PARI/GP users. Don't confuse the serious users > > who post to pari-dev with the rank-and-file. :) > > Or rather that all PARI users live in the eurozone :). > There is a solution though: > [|a<-b,f(a)] but it is probably too ugly for serious consideration. > > So maybe we should settle on [a|a<-b,f(a)]. So I have just disabled the construct [a<-b,f(a)] before people get used to it. Please use [a|a<-b,f(a)] instead. Cheers, Bill.