On Tuesday 13 June 2017 17:27:41 Edson H wrote:
> Ok. I understand what Martin does. I have implemented this syntax too, in
> my compiler.
>
>
> I just was asking for the keyword ELSIF, to avoid nested IF, for several
> comparisons, but Martin prefers to have a lot of THEN ... END, nested. I
> think the best way is to include ELSIF, to have a clear syntax (like
> Modula-2):
>
>
> IF ... THEN
>
>
> ELSIF ... THEN
>
>
> ELSIF ... THEN
>
>
> END;
>
>
> And that's how it's implemented in my compiler, so it's compatible with
> MSElang, except that MSElang doesn't support ELSIF.
>
It can be added to MSElang too, not yet decided.

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to