__FB_OPTION_DYNAMIC__

Intrinsic define (macro value) set by the compiler

Syntax
	__FB_OPTION_DYNAMIC__

Description
	__FB_OPTION_DYNAMIC__ is defined as true (negative one (-1)) if a recent 
	KeyPgOptiondynamicOption Dynamic statement or KeyPgMetaDynamic'$Dynamic meta-command was issued. 
	Otherwise, it is defined as zero (0).

Example
	#if __FB_OPTION_DYNAMIC__ <> 0
	#error This module must Not use Option Dynamic
	#endif

Differences from QB
	* New to FreeBASIC

See also 
	* KeyPgOptiondynamicOption Dynamic
	* KeyPgOptionstaticOption Static

