Run Commands
To execute an OML file, the run() command can be used.
If the OML file is a script with executable statements, run('<path>/script.oml') will load and execute the commands in the script.
If the OML file is a function, the function (which name matches the file name) is loaded and available to be called in the current session.