Would be great to have an ability to join two or more bindings: ``` name: foo pattern: β¦ π΅1, x β¦ "foo", π΅2, y β¦ "bar", π΅3 β§ result: β¦ π΅4 β§ where: - meta: π΅4 function: join args: ['π΅1', 'π΅2', 'π΅3'] ``` The `join` function must rename all attributes, so that all of them in `π΅4` are unique.