>> And I havn't seen an elegant way to concatenate binary! type data.  
>> Join would be nice.
>> 
>>>> probe join #{012345} [ #{0123} ]
>> #{012345237B303132337D}

Works for:

>> join #{ABCD} #{0123}
== #{ABCD0123}

But: 

>> join #{ABCD} [ #{0123} ]
== #{ABCD237B303132337D}

Now that seems like a bug according to the definition of join.


>yeah, REBOLs build-in binary capabilities are a bit strange sometimes :-/
>## to binary! 100       
>== #{313030}

Doesn't that seem like a bug?


Reply via email to