Re: Multiple assignment?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Would it be easy to extend multiple assignments to multiple constants?
For example:

constant (X,Y} = somefunction() 

This would have the same effect as:

object a,b 
{a,b} = somefunction() 
constant X=a, Y=b 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu