Skip to content

Commit 3fb552d

Browse files
authored
Update 1441-system-import.markdown
1 parent ad46687 commit 3fb552d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

_build/reference/1441-system-import.markdown

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> IMPORT
44
5-
Import an exported UNIT variable, SUB or FUNC.
5+
Import an exported UNIT or a module.
66

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+
```
717

0 commit comments

Comments
 (0)