Commit cc5b417a authored by Fred Drake's avatar Fred Drake

Implement the %define directive and $-substitution within values.

Further documentation is needed.
parent 724a9a79
...@@ -178,6 +178,20 @@ sections: ...@@ -178,6 +178,20 @@ sections:
\end{alltt} \end{alltt}
\subsection{Textual Substitution in Values}
XXX Explain \keyword{\%define} and \$-substitution here.
In this example, the value for the \code{key} will evaluate to
\code{value}:
\begin{verbatim}
%define name value
key $name
\end{verbatim} %$
\section{\module{ZConfig} --- Basic configuration support} \section{\module{ZConfig} --- Basic configuration support}
\declaremodule{}{ZConfig} \declaremodule{}{ZConfig}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment