\"\" \"\" \"\"
Go backward to Array(): Duplication
Go up to General
Go forward to ==: Comparison
RISC-Linz logo

=: Assignment

a = b
      Array<T> a
      Array<T> b

Specification: Binds a to the array b (i.e. to the array to which b is bound). This overrides any previous binding of a. If b is not bound to any array, a becomes unbound.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997