Difference between revisions of "Directive"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created)
 
m (Fixing typos)
 
Line 1: Line 1:
A '''Directive''' is a special instruction in a script that directs the compiler to perform a specific action while the script is compiled.  
+
A [[directive]] is a special instruction in a script that directs the compiler to perform a specific action while the script is compiled.  
  
 
The [[dascript]] compiler recognizes the following directives:
 
The [[dascript]] compiler recognizes the following directives:
Line 10: Line 10:
 
== Remarks ==
 
== Remarks ==
  
The C preprocessor directive <code>#define</code> exists in several scripting comments however this directive not supported in dascript.
+
The C preprocessor directive <code>#define</code> exists in several scripting comments however this directive is not supported in dascript.
  
 
== See also ==
 
== See also ==

Latest revision as of 21:10, 18 February 2012

A directive is a special instruction in a script that directs the compiler to perform a specific action while the script is compiled.

The dascript compiler recognizes the following directives:

Remarks

The C preprocessor directive #define exists in several scripting comments however this directive is not supported in dascript.

See also