Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - __force__ force version predefined macro http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 __FORCE__           Force version predefined macro
------------------------------------------------------------------------------
 Syntax
   __FORCE__

 Arguments
   None.

 Description
   __FORCE__ is a predefined global numeric constant whose value
   represents the version of the compiler. The __FORCE__ macro can be
   used for conditional inclusion of sections of multi-language modules.

 Example
   #define EXAMPLE_CONSTANT
   #include example.hdr

   proc Test_FORCE__
   ? "Compiler version code is", istr( __FORCE__ )
   endproc

   proc main
   Test_FORCE__()
   endproc

See Also: version()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson