| Did you know ... | Search Documentation: |
| host->call |
|host_data,
unchecked ...<->call
is used to implement PCE send/get methods in the host language.
It attempts to convert the first argument into a name. This argument is used to find the function in the host language. For all other arguments, the special arguments @receiver, @arg1, ... @arg10 are expanded to their current bindings. No further typechecking is done as this is already done by the send_method that normally invokes this method.
Diagnostics: Fails silently if first argument cannot be
converted into a name or the invoked host-language
function fails.
<-call ->send_catch_all