Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> imports</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 IMPORTS
------------------------------------------------------------------------------
 Purpose:
 Define imported functions

 Syntax:
 IMPORTS [internalname =] modname.entry

 Example:
 IMPORTS  READER.5
 Initialise = READER.1
 READER.EndRdr
 Reset = READER.ResetRdr

 This command defines the names and location of functions to be imported for
 use in the current program. A definition is required for each function being
 imported.

 internalname is the function used in the importing program.
 modname is the filename of the exporting program that contains the function.
 entry is the name or ordinal value of the function to be imported, as
 defined in the modname program. If it is the ordinal value, which is set in
 the EXPORTS statement, then internalname must be specified.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson