this is wrong:
if(isKindOf(b,class_identdict)) {
printf("dict\n");
}
how do i easily fetch a PyrClass pointer to "Dictionary" ?
what's the best method to use to check class ? ( i want isKindOf :
subclasses included)
thanks.
-felix