Skip to content
Snippets Groups Projects
Commit 2ecd856f authored by Houtan Bastani's avatar Houtan Bastani
Browse files

macrodoc: remove unsupported references to @#then

parent 62e8993a
Branches
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
\begin{itemize} \begin{itemize}
\item file inclusion \item file inclusion
\item loops (\textit{for} structure) \item loops (\textit{for} structure)
\item conditional inclusion (\textit{if/then/else} structures) \item conditional inclusion (\textit{if/else} structures)
\item expression substitution \item expression substitution
\end{itemize} \end{itemize}
\item Implemented in Dynare starting from version 4.0 \item Implemented in Dynare starting from version 4.0
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
\begin{itemize} \begin{itemize}
\item file inclusion: \verb+@#include+ \item file inclusion: \verb+@#include+
\item definition a variable of the macro-processor: \verb+@#define+ \item definition a variable of the macro-processor: \verb+@#define+
\item conditional statements (\verb+@#if/@#then/@#else/@#endif+) \item conditional statements (\verb+@#if/@#else/@#endif+)
\item loop statements (\verb+@#for/@#endfor+) \item loop statements (\verb+@#for/@#endfor+)
\end{itemize} \end{itemize}
\item In most cases, directives occupy exactly one line of text. In case of need, two anti-slashes (\verb+\\+) at the end of the line indicates that the directive is continued on the next line. \item In most cases, directives occupy exactly one line of text. In case of need, two anti-slashes (\verb+\\+) at the end of the line indicates that the directive is continued on the next line.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment