Peter N Lewis wrote:
Adriaan: Can you add "{$define member(a,b) (a is b)}" to your porting guidelines for CW -> GPC?
For safety you might want to add extra parentheses around a (not b which must be a type name and therefore neither needs nor allows for extra parentheses):
{$define member(a,b) ((a) is b)}
Frank