Vocabularymath.vectorsInputsOutputsWord descriptionUsing
w as a template, creates a new sequence containing corresponding elements from
u in place of 0, and corresponding elements from
v in place of 1.
ExamplesUSING: math.vectors prettyprint ;
{ 1 2 3 } { 4 5 6 } { 0 1 0 } set-axis .
{ 1 5 3 }
Definition