Skip to content

global.import

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Import a MiniScript library by name, searching MS_IMPORT_PATH

Parameters

Parameter Default Value Note
libname ""

Return value

None.

Notes

Example

import "stringUtil"   // loads stringUtil from MS_IMPORT_PATH
print "hello world".upper   // stringUtil adds .upper to strings

Clone this wiki locally