Handbook
Glossary
become ( old new -- )
Vocabulary
kernel
.
private
Inputs
old
an
array
new
an
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
IN:
kernel.private
PRIMITIVE:
become
( old new -- )