gap
gap copied to clipboard
modifying Dictionary value for a key
trafficstars
There appears to be no way to modify the value pointed to by a Dictionary() key.
Is it a documentation bug, or really not implemented?
I think you can use AddDictionary.
@roed314
It is really not implemented.
it's a general feature, very useful for programming of anything interface-related in GAP. Any interest in having it implemented?
If someone wants to implement it, go ahead -- just remember that there are multiple representations that all need to be updated.