[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
@@ A lot missing here
GPC supports Standard Pascal set operations. In addition it supports
the Extended Pascal set operation symmetric difference
(set1 >< set2
) operation whose result consists of those
elements which are in exactly one of the operannds.
It also has a function that counts the elements in the set: `a := Card (set1)'.