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

/doc/lpc/preprocessor/define

HOME :: doc :: lpc :: preprocessor :: define
the #define preprocessor command creates a macro that can be expanded later
on in the file.  For example, if you have the line:

#define apples oranges

Then every time the word 'apples' appears after that point, it will be
treated as if it were 'oranges'.
HOME :: doc :: lpc :: preprocessor :: define