<ident>.is_class (<class>)
numeric
Whether or not an identifier is an instance of a particular class. If it is, the value returned by this function is 1, otherwise 0 is returned.
<class>
The name of a class (structure or system type).
window w=wgraphic tell w.is_class(window) ;# Yields 1
Commands: |