What about multiple return values (e.g. in Golang)?

something like this:

function Something(a,b:integer):integer, string;
begin
...
exit(1,'abc');
end;




On Fri, Nov 22, 2013 at 7:39 AM, Martin Schreiber <[email protected]>wrote:

> On Friday 22 November 2013 06:07:37 Ivanko B wrote:
> > Also, we don't know what ( "var" or "out" ) is current state "result".
> > What will locally defined "result" variable (to assign from in
> > "end:=") be ? What's the difference between these "result"-s ?
> >
> One can read Delphi 'result' and forget to set it.
>
> Martin
>
>
> ------------------------------------------------------------------------------
> 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
>
------------------------------------------------------------------------------
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