Help Center
Help CenterFreeBASIC

__FB_XBOX__keyword

Intrinsic define set by the compiler

Intrinsic Defineskeyworddocumented

Syntax

__FB_XBOX__

Description


Define without a value created at compile time when the -target xbox command line option is used. It can be used to compile parts of the program only if the target is Xbox.

Remarks

Differences from QB


  • New to FreeBASIC

See also


Example


#ifdef __FB_XBOX__

  '...instructions only for Xbox...

#else

  '...instructions not for Xbox...

#endif 



Reference

  • Documented in KeyPgDdfbxbox.html