Haven't found something in the manual:
Does BlitzMax support Compiler Directives, like in C, so I can build different builds of my application. For example something like this:
Does BlitzMax support Compiler Directives, like in C, so I can build different builds of my application. For example something like this:
#define SOMETHING [...] #ifdef SOMETHING [... some code here...] #endif