Closed IngoHohmann closed 4 years ago
Given this ...
>> rejoin ["a" #b] == "ab" >> rejoin [<a> #b] == <ab> >> rejoin [[] #b] == [#b] >> rejoin [#a #b] == "ab"
Should should it be like this?
>> rejoin [#a #b] == #ab
Covered by commit for #1085
Given this ...
Should should it be like this?