Pairup takes two containers and spits them back to pairs of each element.
with n in pairup(iterable_element,iterable_element) ...
Code
with n in pairup((:1, 2, 3, 4), (:0, 9, 8, 7, 6, 5))
select #n
Result
(1 = 0), (2 = 9), (3 = 8), (4 = 7), ( = 6), ( = 5)
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments