Hallo Ivanko,

Du schriebst am Tue, 19 Nov 2013 01:01:32 +0500:

> They calculate differently :
> 
> ELIF is "CondA || CondB || CondC || ..".
> "ELSE IF" is smth like "!CondA && !(!CondB && !(!CondC && ..))".

That's nonsense. Both constructs work exactly the same, and both don't have
anything in common with a boolean expression, where all the terms are of
equivalent importance. "ELSE IF" constructs are strictly sequential, while
boolean expressions are logically "parallel", notwithstanding the fact that
many programming languages do evaluation from left to right, except for
parentheses. (Some may do evalation from right to left, and others
determine the sequence even by other criteria.)

-- 
-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
-----------------------------------------------------------
Mit freundlichen Grüßen, S. Schicktanz
-----------------------------------------------------------



------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to