Syntax:
#ignorecompile
Explanation:
The #ignorecompile directive is used to control whether a source file can be compiled.
This can be used to prevent libraries and other source files from being processed as a source file for compilation.
This will therefore prevent the creation of all the GCBASIC output files for that file.
See Also:
- #include — including a file’s constants and subroutines instead of compiling it standalone

