Help Center›FreeBASIC
__FB_BACKEND__keyword
Intrinsic define set by the compiler
Syntax
__FB_BACKEND__
Description
Defined to either
"gas" or "gcc", depending on which backend was specified via -gen.Remarks
Differences from QB
- Did not exist in QB
Example
Print "Back end is: " & __FB_BACKEND__
Reference
- Documented in KeyPgDdFBBackend.html