Re: Multiple assignment?
- Posted by ArthurCrump Feb 24, 2013
- 2883 views
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