filter-corresponding ( new old -- old' )


Vocabulary
compiler.tree.dead-code.simple

Inputs
newa sequence
olda sequence


Outputs
old'a sequence


Word description
Remove elements from 'old' if the element with the same index in 'new' is dead.

Definition