On Sunday 11 June 2017 17:31:33 Edson H wrote:
> It's strange. Do you prefer to write?
>
>
> if ... then
>
>   ...
>
> else
>
>   if ... then
>
>     ...
>
>   else
>
>     if ... then
>
>       ...
>
>     else
>
>       ...
>
>     end;
>
>   end;
>
> end;
>
>
> Instead of?
>
>
> if ... then
>
>   ...
>
> elsif ... then
>
>   ...
>
> elsif ... then
>
>   ...
>
> else
>
>   ...
>
> end;
>
Yes.

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