Saved Bookmarks
| 1. |
How Do I Write A Function With Output Parameters (call By Reference)? |
|
Answer» EUPHORIA doesn't SUPPORT call by reference. If you want your function to MODIFY a VARIABLE, assign the RETURN value of the function to that variable. Euphoria doesn't support call by reference. If you want your function to modify a variable, assign the return value of the function to that variable. |
|