Compiler/Preprocessor: Difference between revisions

→‎{{header|Wren}}: Added a note to the preamble,
(Added Wren)
(→‎{{header|Wren}}: Added a note to the preamble,)
Line 263:
 
2. Macros will not occur in string literals, nor closing parentheses within macro argument strings.
 
Note that if macros are used incorrectly, there are no errors or warnings. The program simply assumes that this is what was intended. However, the program errors out if there are any syntax or other errors when defining the macros.
<lang ecmascript>import "os" for Process
import "./ioutil" for FileUtil, File
9,485

edits