Method ADT.Struct()->`->=()
- Method `->=
ADT.Struct()[ item ] = y
ADT.Struct()->X = y- Description
It is possible to assign a new value to a struct item by indexing it by name and assign a value.
ADT.Struct()[ item ] = y
ADT.Struct()->X = y
It is possible to assign a new value to a struct item by indexing it by name and assign a value.