a short form of "else if"
=====================
No. It does't deep into upper IF :)
ELIF is especially good for checkin triple non-CASEable switches, in
the new syntax :
-----------
if i = 0 then
writeln(0);
elif i > 0 then
writeln('>0');
else
writeln('<0');
end;
--------------------------
And for 2..3 alternatives of same hierarchy wher using cumbersome
CASE would be unappropriate.
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk