wcct7.cql
// Download wcct7.cql// PGN output when run on sample.pgn
/************ Find pairs of positions in win studies differing only in that the target is missing at least one white piece compared to the target This was the study theme of the 7th World Chess Composition Tournament ***********/ cql(input heijden.pgn result 1-0) echo (source target){ source<target sidetomove==source:sidetomove mismatches= ~(source&target) mismatches mismatches== _ & source:A comment("missing pieces on: " mismatches) }