On Sun, Nov 17, 2013 at 3:40 PM, Ivanko B <[email protected]> wrote:
>
> if var1 <> 2 then
>  result:= true;
>  var1:= 3;
> else
>  result:= false;
>  var1:= 5;
> end;
> =========================
> Much better :) Even better than  "if .. {} else {}".
> How about combined "elif/elseif" ? Me think it's highly demanded.

IMHO I think you didn't understand what Martin want to do in MSE. He
wants a language more orthogonal.
"
The design goals
================
1.  Simple.
    Reduce the language concepts one has to learn to the minimum, make them as
    orthogonal as possible.
"
So, if you can use if-else-if construction, why he will implement a
if-eleif construction that do the same?  :-)

Martin, do you know Lua language? For me it is the simpler language
that exists... of course is a interpreted language,  but you can catch
some ideas for MSElang. ;-)

--
Marcos Douglas

------------------------------------------------------------------------------
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

Reply via email to