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: Fri Jan 21 18:06:25 2011 GMT(c)2011 RadGs Software