| This is used to include another script at runtime |
| Declaration: |
| FeriteVariable *ferite_script_include( FeriteScript *script, char *filename ) |
| Description: |
This is a runtime equivelent to:
uses "foo";
|
| Parameters: |
| Parameter #1: FeriteScript *script - The script to include into |
| Parameter #2: char *filename - The name of the script to include |
| Returns: |
| The value that is returned after executing the 'main' body of the included script |