|
|
1.1 root 1: procedure exor(s1,s2)
2: count := 0
3: while line := read() do
4: if find(s1,line) then {
5: if not find(s2,line) then count := count + 1
6: }
7: else if find(s2,line) then count := count + 1
8: return count
9: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.