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: Thu Oct 15 20:02:10 2009 GMT(c)2009 RadGs Software