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"
>>


Reply via email to