Hello,
Isn't the following consistent?
Mike.
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"
>>
- [REBOL] bug ? Re:(4) mdb
- [REBOL] bug ? Re:(4) danielsz
- [REBOL] bug ? Re:(3) yaozhang
Hello,
Isn't the following consistent?
Mike.
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"
>>