> Hello,
> Isn't the following consistent?
> Mike.
Sure. This is working as expected. I'm talking about when it doesn't.
It seems it doesn't work as expected for content which cannot be
recognized by Rebol as bitset or datasets (but how is this determined
internally, and on what ground ?), spitting strange results.
> read %a.txt
> == {1
> 2
> 3
> 4
> 5
> 6}
>>> read %b.txt
> == {1
> 2
> 3
> 5
> 6}
>>> difference read %a.txt read %b.txt
> == "4"
>>>
--
[EMAIL PROTECTED]
http://perso.worldonline.fr/mutant