File: object.tex

package info (click to toggle)
sollya 7.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 13,864 kB
  • sloc: ansic: 117,441; yacc: 8,822; lex: 2,419; makefile: 870; cpp: 76
file content (20 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\subsection{object}
\label{labobject}
\noindent Name: \textbf{object}\\
\phantom{aaa}keyword representing a \sollya object type \\[0.2cm]
\noindent Library name:\\
\verb|   SOLLYA_EXTERNALPROC_TYPE_OBJECT|\\[0.2cm]
\noindent Usage: 
\begin{center}
\textbf{object} : \textsf{type type}\\
\end{center}
\noindent Description: \begin{itemize}

\item \textbf{object} represents the \sollya object type for declarations
   of external procedures \textbf{externalproc}.
    
   Remark that in contrast to other indicators, type indicators like
   \textbf{object} 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{integer} (\ref{labinteger})