﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2385	@include	anonymous		"A new makro that would be very easy to implement:
Before executing or ""compiling"" the AutoIt script, the preprocessor replaces '''@include''' with ''False'' in the main script and with ''True'' in every include.


== Example (MyUDF.au3) ==
{{{
#include-once

If (Not @include) Then _MyUDF__Example()

Func _MyUDF__Example()
	; GUI to test/demonstrate all the functions in this UDF
EndFunc

Func _MyUDF_Function1(...)
	;...
EndFunc

;...
}}}"	Feature Request	closed		AutoIt		None	Rejected		
