On Apr 20, 12:25 am, Robert Bradshaw <[email protected]> wrote: > On Apr 19, 2010, at 2:50 PM, wb wrote: > > > coming from C I'm confused about this behavior in assignment: > > Since you know C, it may make sense to think of lists as being similar > to pointers. >
that makes sense - I guess I was expecting lists to behave like list *classes* which have an overloaded assignment operator. Turning this around: is there a 'list-like' data type in sage which has 'true' assignment, i.e. copying all its content ? -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
