HomeCodeGrammarImport
Table of Contents
import basically makes names (generally of function) available to the current script.
To load modules, language uses different expression:
The import functionality is the basis block of reusables.