F.E.L.T.

Functionally Equivalent Language Translation

INSTANCEOF

(instanceof x Class)    ; back0end coder specific return, normally boolean
                        ; #t if x is an instance of class Class

See also TYPEOF

This returns a value, normally a boolean type, normally 'true' if the variable being tested is an instance or deriviative of class 'Class'.