- This wiki is out of date, use the continuation of this wiki instead
Import
From FenixWiki
(Difference between revisions)
Revision as of 15:06, 29 July 2008 (edit) Rincewind (Talk | contribs) (New Article: Import) ← Previous diff |
Current revision (15:06, 29 July 2008) (edit) (undo) Rincewind (Talk | contribs) (New Article: Import) |
Current revision
[edit] Definition
Import "<file name>";
Imports a Fenix DLL with name <file name> into the program, which allows the usage of additional functions in a Fenix program. For more information, see the article on DLLs.
[edit] Example
Import "my_dll.dll"; Process main() Begin Loop Frame; End End
Used in example: import