Vocabularylists.
lazyInputslist1 | a cons object |
list2 | a cons object |
OutputsWord descriptionPerforms a similar functionality to that of the
zip word, but in a lazy manner.
ExamplesUSING: kernel lists lists.lazy math prettyprint ;
1 lfrom 10 [ 10 + ] lfrom-by lzip 5 ltake list>array .
{ { 1 10 } { 2 20 } { 3 30 } { 4 40 } { 5 50 } }
Definition