Hi everybody,
here's a little service announcement: After years of being oficially
deprecated, you cannot use the single equality sign "=" anymore to do a
boolean check (in git and future released versions). You must use the
double equality operator "==".
Gretl has printed out deprecation warnings for a long time, so you
should have noticed if you are affected.
The assignment operator "=" is of course NOT affected by this, it will
stay in this natural form, for example as in:
series x = normal()
cheers
sven