Jeroen Demeyer on Wed, 28 Nov 2007 19:35:02 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Grammar: why no ^= operator?


Hello list,

I noticed that GP does not have the ^= operator, so I propose to add that operator, in analogy with +=, /= and others...
It's clear what it should do:

gp> x=2
%1 = 2
gp> x^=7
%2 = 128

Cheers,
Jeroen.