Import |
Previous Next |
Import <Library>
|
Part
|
Description
|
<Library>
|
Required. This is the name of the library to import. The library is the
same name as the library file. See the example below.
|
' Requires \slibrary\example.s and \slibrary.example.var
Import Example
Call ExamplePrint, "Hello World"
|