sys_apply [function]
sys_apply( func, this, args )
calls the specified function with the specified this
value and argument array
If argument count is known at compile time, prefer using the compatible function call syntax (thisvar!func( arg1, ... )
) to this function.
- C functions, SGS functions and closure objects have this function under the "apply" property.