IMPORT

IMPORT UnitName [as MyName]

Import an exported UNIT or a module with the name UnitName using the namespace MyName.

See UNIT for an example on how to import an unit.

Additionally, modules can be imported using IMPORT. Several modules are part of the release version. For more information on available modules and how to use them see the articels in the article section.

Example 1: Import raylib module

import raylib as r
System
If there is insufficient information on this page and you wish learn more about IMPORT, please send an email to smallbasic@gmail.com. You can help to improve information about IMPORT by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.