#include "include/myapp.ch" #define DEBUG FUNCTION Main() ? "=== Preprocessor Test ===" ? "" ? "App:", APP_NAME ? "Version:", APP_VERSION ? "Author:", APP_AUTHOR ? "Max items:", MAX_ITEMS ? "" #ifdef DEBUG ? "Debug mode is ON" #else ? "Release mode" #endif #ifndef PRODUCTION ? "Not in production" #endif ? "" ? "Preprocessor test passed!" RETURN NIL