| Execute a eval operator compiled script |
| Declaration: |
| FeriteVariable *ferite_script_real_function_execute( FeriteScript *script, FeriteFunction *function, FeriteNamespace *ns, FeriteExecuteRec *exec, FeriteVariable **params ) |
| Parameters: |
| Parameter #1: FeriteScript *script - The current script to run |
| Parameter #2: FeriteFunction *function - The function to execute |
| Parameter #3: FeriteNamespace *ns - The scripts main namespace |
| Parameter #4: FeriteExecuteRec *exec - The execute records for the current script |
| Parameter #5: FeriteVariable **params - The parameters passed to the function |
| Returns: |
| The return value from the function on successfull execution, NULL otherwise |