Is there a way to specify that a symbol should not be defined, in an F# #if
directive? Something like this:
#if not COMPILED
// do script stuff here
#endif
Though the above is a syntax error. The same thing is accomplished by
#if COMPILED
#else
// do script stuff here
#endif
but I wonder if there's a neater way?
(edit: I'm asking about the general case, not the particular case of COMPILED/SCRIPT. Sorry, I forgot to mention that from the beginning.)
Facebook Touch is an advanced Facebook app that has many distinct features. H5 apps developed it as an app made especially for touchscreen phones. Available and applicable across all smartphones, Facebook Touch offers a fine user interface and serves as an alternative to the typical Facebook App.
No, there's no neater way, according to MSDN
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With