ImportUtil

From MiniScript Wiki
Jump to navigation Jump to search

This system module provides a single global function to help with importing other modules into larger programs. See Import for more information.

Global Function

Name Description
ensureImport Imports a module into the global scope. This ensures that the module is imported only once.


Example

  import "importUtil"
  ensureImport "events"