David Matos fd503fceaf
allow tables in ++ operator (#7051)
This PR closes #6916, which now allows table/table operations on the
`++` operator.
```
[[a b]; [1 2]] ++ [[a b]; [1 3]]
╭───┬───┬───╮
│ # │ a │ b │
├───┼───┼───┤
│ 0 │ 1 │ 2 │
│ 1 │ 1 │ 3 │
╰───┴───┴───╯
```
2022-12-01 00:21:59 +01:00
..
2022-02-15 10:08:07 -05:00
2022-02-07 14:54:06 -05:00
2022-12-01 00:21:59 +01:00
2022-02-07 14:54:06 -05:00
2022-02-15 10:08:07 -05:00
2022-02-15 10:08:07 -05:00