05.11.2014, 19:09
http://www.compuphase.com/pawn/Pawn_Language_Guide.pdf:
It depends on the code.
Quote:
#define pattern replacement Defines a text substitution macro. The pattern is matched to all lines read from the source files; the sections that match are replaced by the replacement texts. The pattern and the replacement texts may contain parameters, denoted by “%0” to “%9”. See page 92 for details and examples on text substitution. |