Difference between revisions of "AMOSi:Include"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

Loads and merges an entire AMOS program from the disc whenever your current listing is executed. This include file can contain anything you like, from procedure definitions, to commonly used initialisation code. But it can't contain it's own INCLUDE statements.


Include "File_To_Include.AMOS"

Your filename should be a constant rather than a string variable, as AMOS merges the include file during the TESTING process.