Re: Multiple assignment?
- Posted by petelomax Feb 28, 2013
- 2831 views
ArthurCrump said...
constant {X,Y} = somefunction()
I quite like that. You could also have something like:
integer {{a,sequence s},object o} = <Expr>;
(I moved the leading type outside the {} to simplify parsing.)
(I have considered but not actually implemented either of these.)
Pete