_is
Allows you to test whether you have a specific Thing --
Function
THING -> _is(THING) -> Yes or No
This function produces Yes iff the parameter matches the passed-in THING, and No otherwise. It is almost always used
inside if(). For instance, to check whether a Property is of Text Type:
MyProp.Property Type -> _if(is(Text Type), ...)