On Fri, Nov 22, 2013 at 2:25 PM, August Oktobar <[email protected]> wrote: > What about multiple return values (e.g. in Golang)? > > something like this: > > function Something(a,b:integer):integer, string; > begin > ... > exit(1,'abc'); > end;
+1 ! But like this: function Something(a,b:integer):integer, string; begin //... return 1, 'abc'; end; -- 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

