Terminate execution of a script and return a value to the caller.
void return <variant:rval>
| Name | Type | Comment |
|---|---|---|
| rval | variant | The value to be returned to the caller. |
None.
return false
This function may be used in conjunction with RunScriptFile to create programs from multiple script files.