Auto Assembler:include
Revision as of 19:08, 18 March 2019 by Dark Byte (talk | contribs) (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13)
Auto Assembler include(FileName)
Includes another auto assembler file at that spot.
Note: The file name doesn't need to include the '.CEA' file extension.
Command Parameters
Parameter | Type | Description |
---|---|---|
FileName | string | The file name of the CEA file to include |
Examples
include(someCeaFile) // Looks for 'someCeaFile.CEA' in the current directory.
include(someCeaFile.CEA) // Looks for 'someCeaFile.CEA' in the current directory.