Is there a way to get
(("x","aa"),("x","bb"),("x","cc"),("x","dd"))
from a1 and a2 without using each?
((count a1) take a2) join a1 # (("x","aa"),("x","bb"),("x","cc"),("x","dd"))
nice, thanks 🙂