Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
preprocessor
Commits
2ecd856f
Commit
2ecd856f
authored
13 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
macrodoc: remove unsupported references to @#then
parent
62e8993a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
macroprocessor.tex
+2
-2
2 additions, 2 deletions
macroprocessor.tex
with
2 additions
and
2 deletions
macroprocessor.tex
+
2
−
2
View file @
2ecd856f
...
...
@@ -65,7 +65,7 @@
\begin{itemize}
\item
file inclusion
\item
loops (
\textit
{
for
}
structure)
\item
conditional inclusion (
\textit
{
if/
then/
else
}
structures)
\item
conditional inclusion (
\textit
{
if/else
}
structures)
\item
expression substitution
\end{itemize}
\item
Implemented in Dynare starting from version 4.0
...
...
@@ -95,7 +95,7 @@
\begin{itemize}
\item
file inclusion:
\verb
+
@#include
+
\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
+
)
\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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment