Language documentation Contents | Index

import, Control structures


Prototype:
import library_name

or

import 'library_name'

Description:
Imports the specified static library into the current project. You can call this more than one time on the same library, but the compiler will link only once.



Documented by Eduard Suica, generation time: Sun Jan 27 18:15:22 2013 GMT(c)2013 Devronium Applications