instance de flottement de

if (instanceOf(object, MyClass)) {
   print ('instance of MyClass');
} else {
   print('unknown instance');
}
OPETO