On 11/22/2013 06:52 PM, Ivanko B wrote:
> How looks the call of the function?
> ======================
> Smth like in Python:
>
> (var1,var2):= MultResFunc(arg1,arg2);

In Python, the (var1,var2) syntax has other effects on it's own, as well

IIRC, in a language I used some 100 years ago (called "PLZ" ore 
similar), there were functions with multiple return values and the 
syntax was just

var1,var2 := MultResFunc(arg1,arg2);

-Michael

------------------------------------------------------------------------------
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
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to