Table of Contents

Language - (Import|Include|Require)

About

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.