#if condition [statementBlock1] [ #else [statementBlock2]] #endif
#if 是 compile long if 的同义词。如果您使用 #if 语句,则还必须使用 #endif 语句。
#if
compile long if
#endif
在 FBtoC 中,compile long if 不受支持,#if 是唯一可用的语法。
compile long if; #else; #endif