|
<<
Index
>>
|
FutureBasic
|
compile shutdown
|
|
statement
|
|
Syntax
compile shutdown "optional string literal"
Description
You may have code designed for a specific circumstance known at compile time. If the circumstance is not present, compile shutdown would abort the compile process with an error and show the offending line complete with the optional quoted remark.
Example
#if ndef _FBtoC
compile shutdown "This requires FBtoC"
#endif