FILES Section

The FILES section lists the XJEase files which will be appended to the device file. This is useful for including XJEase code which is applicable to more than one device such as a memory test.

Example

FILES
    "AdditionalFile1.xje";
    "AdditionalFile2.xje";
END;

This will append the contents of "AdditionalFile1.xje" to the device file followed by the contents of "AdditionalFile2.xje".

For more information see Additional Code Files.