On Sat, 1 May 2010, Sven Schreiber wrote:
Allin Cottrell schrieb:
> towards gretl 2.0. (And as such it will spit out warnings for
> script constructions that are deprecated and will be removed in
> 2.0.)
>
I noticed the "end if" versus "endif" warning, which kind of
surprised
me after the short discussion we had a couple of weeks ago. (My argument
was that users in the future would have a hard time remembering the
non-blank "endif" and the with-blank "end anythingelse" syntax.)
This is to do with the new (not yet in CVS) command interpreter.
In the process of writing a new, more "logical" and efficient
interpreter, it quickly became apparent that "end if" is a nasty
bodge that I do not want to have to support.
Allin