- `run SCRIPT`
- `run ("SCRIPT")`

Run `SCRIPT` in the current workspace.

If the script name does not include a path, it is searched for in the current
load path.

See also: `source`, `eval`.

### References

- https://www.mathworks.com/help/matlab/ref/run.html
- https://octave.sourceforge.io/octave/function/run.html
