FB_BACKEND
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdFBBackend
- Last revised: 2020-01-25
Intrinsic define set by the compiler
Syntax
` FB_BACKEND
`
Description
Defined to either "gas" or "gcc", depending on which backend was specified via -gen.
Examples
start GeSHi
vb
Print "Back end is: " & __FB_BACKEND__end GeSHi
Differences from QB
- Did not exist in QB
Back to DocToc