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

doc: macroprocessor: clarify statements on macro functions

parent 3776e3b8
No related branches found
No related tags found
No related merge requests found
......@@ -95,13 +95,17 @@
\frametitle{Variables}
\begin{itemize}
\item The macro processor has its own list of variables which are different than model variables and MATLAB/Octave variables
\item There are 5 types of macro-variables:
\item There are 4 types of macro-variables:
\begin{itemize}
\item integer
\item string (declared between \textit{double} quotes)
\item integer array
\item string array
\item string function
\end{itemize}
\item Macro-Functions are also supported
\begin{itemize}
\item only accept string aruments
\item must evaluate to a string
\end{itemize}
\item No boolean type:
\begin{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment