doc: macroprocessor: clarify statements on macro functions

issue#70
Houtan Bastani 2018-07-11 14:59:12 +02:00
parent 3776e3b890
commit 73f71862ee
1 changed files with 6 additions and 2 deletions

View File

@ -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}