Also "ELSE IF" may spawn a lot of needless END whereas ELIF doesn't need them.

PS:
Sure, in IA32/64 Assembler both ELSE IF and ELIF break into same ASM code like :

cmd <smth1>
j<jump_Type> <label1>
[..]
cmd <smth2>
j<jump_Type> <label2>

that's ELSE IF and ELIF equals because ASM intructions will excute
sequently (for NOT j<jump_Type>  = ELSE) even for the ELIF case.
But imagine other (built-in parallelism etc) CPU types...

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to