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: Tue Oct 18 20:10:43 2011 GMT(c)2011 RadGs Software