Include: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''include''' <filename> | '''include''' <filename> | ||
'''#include''' <filename> (DEF only) | '''#include''' <filename> (DEF only) | ||
Revision as of 02:30, 21 February 2020
include <filename>
#include <filename> (DEF only)
include inserts the contents of the specified file as if it were part of the file currently being compiled.