We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad46687 commit 3fb552dCopy full SHA for 3fb552d
_build/reference/1441-system-import.markdown
@@ -2,6 +2,16 @@
2
3
> IMPORT
4
5
-Import an exported UNIT variable, SUB or FUNC.
+Import an exported UNIT or a module.
6
7
+See UNIT for an example on how to import an unit.
8
+
9
+Additionally, modules can be imported using IMPORT. Since SmallBASIC 12.23 several modules are part of the release version.
10
+For more information on available modules and how to use them see the articels in the article section.
11
12
+### Example 1: Import raylib module
13
14
+```
15
+import raylib as r
16
17
0 commit comments