﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2131	A new #include directive to load a script but not run it.	Koder <rick2000@…>		"This directive would be used in the main script to include any other script. It would be used to load the functions and other global variable definitions within a script, but it would not execute that script at load time.

Possible names:
{{{
#include-norun    <myscript.au3>
#include-load     <myscript.au3>
#include-loadonly <myscript.au3>
#include-resource <myscript.au3>
}}}

This include directive would allow any script to become a resource. It would also reduce the chance of executing unintentional code, like debug/testing code within an included file.

Obfuscator may need be updated to recognize the new include directive and strip executable code before joining with the main script.
"	Feature Request	closed		AutoIt		None	Rejected	#include	
