Execute ======= The Execute Service provides capabilities for executing blocks on the NetsBlox server. This is particularly useful for batching RPC requests. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: Execute.call(fn: Function) Execute a function on the NetsBlox server. **Arguments:** - ``fn: Function`` (`Function `__) - function (ringified blocks) to execute **Returns:** ``Any`` (`Any `__) - return value of ``fn``