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
Code samples using IMPORT
System
CHAIN
COMMAND
CWD
DELAY
ENV
ENV
EXEC
EXPORT
FRE
HOME
IMPORT
INCLUDE
MAXINT
NIL
OPTION
PAUSE
PI
PROGLINE
RANDOMIZE
RUN
SBVER
SELF
STKDUMP
TROFF
TRON
UNIT
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.