@verb #7854:"member" this none this rxdo #7854 @program #7854:"member" this none this "Determines if the object is a member of the property args[2], on object args[1]" object = toobj(args[1]) property = tostr(args[2]) if (this in object.(property)) return 1 else return 0 endif .