VocabularyassocsInputsOutputsExamplesUSING: assocs math prettyprint ;
{ 1 2 3 4 } [ sq ] H{ } zip-with-as .
H{ { 1 1 } { 2 4 } { 3 9 } { 4 16 } }
Word descriptionZip a sequence with values generated by applying
quot to each element in the sequence, outputting an
assoc of type
exemplar.
See alsounzip,
zip,
zip-as,
zip-index,
zip-index-as,
zip-withDefinition