In Haxe, what is the correct way to refer to a define with a dot?
For example, for the library thx.core, how to write conditional compilation against the library name?
#if thx.core
#end
Furthermore, are there general rules for special characters?