Skip to content

global.run

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Load and run a MiniScript file in the current interpreter context

Parameters

Parameter Default Value Note
path ""

Return value

None.

Notes

Example

run "helpers/setup.ms"   // loads and runs setup.ms in the current interpreter context

Clone this wiki locally