Content deleted Content added
Peter Flass (talk | contribs) |
m typos & formatting |
||
Line 43:
<pre>
%IF preprocessor-expression
%THEN preprocessor unit1
%ELSE preprocessor-unit2
Line 51:
*'''%LEAVE''' terminates any remaining iterations of the containing preprocessor DO-group transfers control to the %END.
*'''%NOTE''' generates a user-specified preprocessor diagnostic message.
*'''%
*'''%REPLACE''' allows immediate replacement of a ''name'' by a character or fixed expression. ''name'' does not have to be a declared preprocessor identifier.
|