Post Reply 
At this point, if I were to vote for new features....
06-28-2017, 05:06 PM
Post: #8
RE: At this point, if I were to vote for new features....
(06-27-2017 07:03 PM)parisse Wrote:  Inside the CAS, reference access to list (including matrices) is already available by reference using =< instead of :=
Example
m:=[1,2,3];
l:=m;
m[1]=<4;
l;
This is a feature for advanced users only, because sometimes the same list is used twice or more in a matrix!

Now if only =< worked outside of CAS, I'd be a happy camper!

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: At this point, if I were to vote for new features.... - toml_12953 - 06-28-2017 05:06 PM



User(s) browsing this thread: 1 Guest(s)