1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
\subsection{integer}
\label{labinteger}
\noindent Name: \textbf{integer}\\
\phantom{aaa}keyword representing a machine integer type \\[0.2cm]
\noindent Library name:\\
\verb| SOLLYA_EXTERNALPROC_TYPE_INTEGER|\\[0.2cm]
\noindent Usage:
\begin{center}
\textbf{integer} : \textsf{type type}\\
\end{center}
\noindent Description: \begin{itemize}
\item \textbf{integer} represents the machine integer type for declarations
of external procedures \textbf{externalproc}.
Remark that in contrast to other indicators, type indicators like
\textbf{integer} cannot be handled outside the \textbf{externalproc} context. In
particular, they cannot be assigned to variables.
\end{itemize}
See also: \textbf{externalproc} (\ref{labexternalproc}), \textbf{boolean} (\ref{labboolean}), \textbf{constant} (\ref{labconstant}), \textbf{function} (\ref{labfunction}), \textbf{list of} (\ref{lablistof}), \textbf{range} (\ref{labrange}), \textbf{string} (\ref{labstring}), \textbf{object} (\ref{labobject})
|