become ( old new -- )


Vocabulary
kernel.private

Inputs
oldan array
newan array


Outputs
None

Word description
Replaces all references to objects in old with the corresponding object in new. This word is used to implement tuple reshaping. See Tuple redefinition.

Definition