Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 450 Bytes

1441-system-import.markdown

File metadata and controls

17 lines (10 loc) · 450 Bytes

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 
close