Include (DEF): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''include''' <filename>< | <span {{code}}>'''include''' <filename></span> (or '''#include''') | ||
'''#include''' | |||
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]] |
Latest revision as of 04:26, 23 February 2020
include <filename> (or #include)
Processes the script commands in <filename> at the point of the include call.