FB_SIGNATURE
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdfbsignature
- Last revised: 2016-02-10
Intrinsic define (macro string) set by the compiler
Syntax
` FB_SIGNATURE
`
Description
Substituted by a signature of the compiler where used.
Examples
start GeSHi
vb
Print __FB_SIGNATURE__end GeSHi
FreeBASIC 0.21.1Differences from QB
- New to FreeBASIC
See also
__FB_VERSION____FB_WIN32____FB_LINUX____FB_DOS__
Back to DocToc