On Thu, Nov 21, 2013 at 4:31 AM, Ivanko B <[email protected]> wrote:
> "Sub" since it's shorter :)

So, use "func" that is short too, but have better name, IMHO.

> And how about removing "var" & "begin" in subroutibe defenitions ? Smth like :
> ---------------
> sub test1(cosnt arg1: integer): bolean
>   v1: integer;
>   v1:= 1;
>   return arg1 = v1;
> end;
> --------------
> but then how to be with nested "const", "type"etc ? Hmm...

I don't think that remove "var", "const" is a good idea. Maybe it is
worse for the compiler performance too.

--
Marcos Douglas

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