call_to(target_object, variable_arguments)
Call the specified handelr of a passed script object (target object) with a passed arument.
If target object can not respond to the handler and have a handler of successor(), call_to is excuted for the returned object from successor(). This feature can be used for the chain of responder or method forwarding.
: a returned value from the handler.