Include (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''include''' <filename><br />
<span {{code}}>'''include''' <filename></span><br />
'''#include''' <filename>
<span {{code}}>'''#include''' <filename></span>


Processes the script commands in <filename> at the point of the '''include''' call.
Processes the script commands in <filename> at the point of the '''include''' call.


[[Category:DEF commands]]
[[Category:DEF commands]]

Revision as of 04:14, 23 February 2020

include <filename>
#include <filename>

Processes the script commands in <filename> at the point of the include call.