On Monday 18 November 2013 09:22:08 Ivanko B wrote:
> Then use case:
> =================
> It's INTEGER switch only, AFAIK. And compare expressions may
> differentiate - the "case" can't provide that
>
In FPC and possibly in MSElang strings work too.
> and it hides nesting levels.
> ==================
> In the example no levels but the top one are expected.
>
But the levels *are* nested so one should see that they are nested.
"
if a > 3 then
writeln('a>3');
elseif a > 5 then
writeln('a>5');
elseif a >10 then
writeln('a>10');
end;
"
mostlikely does not what the inventor intended. ;-)
Martin
------------------------------------------------------------------------------
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