Hi
I used to program in C and C++. One usefull feature is the #ifdef #endif that allow conditional code (ie: remove debug statements in final realease without deleting or commenting the code). Does it exist in Monkey-C
Another question : does the __FILE__ and __LINE__ equivalent exist in Monkey-C ?
Thanks