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
Branches
Tags
No related merge requests found
...@@ -95,13 +95,17 @@ ...@@ -95,13 +95,17 @@
\frametitle{Variables} \frametitle{Variables}
\begin{itemize} \begin{itemize}
\item The macro processor has its own list of variables which are different than model variables and MATLAB/Octave variables \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} \begin{itemize}
\item integer \item integer
\item string (declared between \textit{double} quotes) \item string (declared between \textit{double} quotes)
\item integer array \item integer array
\item string 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} \end{itemize}
\item No boolean type: \item No boolean type:
\begin{itemize} \begin{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment