ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/lpc/preprocessor/README

HOME :: doc :: lpc :: preprocessor :: README
A preprocessor directive is any line of an LPC program which begins with '#'.

These aren't really actually statements; they just instruct the compiler to
do certain things while compiling the code.  For example, the #if statement
can be used to compile certain sections of the code only if certain conditions
are true.
HOME :: doc :: lpc :: preprocessor :: README