Randal L. Schwartz wrote:
> [% MACRO nice(n) BLOCK;
[...niceness...]
> END %]
Nice! [groan]
Incidentally, you don't need the BLOCK...END. You can assign the MACRO direct
to the IF/ELSE.
MACRO nice(n)
IF ...
END;
A