octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

computed multiple assignment


From: Jaroslav Hajek
Subject: computed multiple assignment
Date: Sat, 30 Jan 2010 13:55:52 +0100

hi,
I've discovered that using the computed assignment operators works in
[a, b] += deal (1, 2)

but not
[a{1:2}] += deal (1, 2).

It would take some effort to make the latter work, but I doubt the
capability is useful at all, and apparently it is not being used
anywhere (it seems it isn't even documented). I vote for removing it -
see the attached patch. Anyone objects?

regards

-- 
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz

Attachment: mta.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]