File: string.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,014 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{string}
\label{labstring}
\noindent Name: \textbf{string}\\
\phantom{aaa}keyword representing a \textsf{string} type \\[0.2cm]
\noindent Library name:\\
\verb|   SOLLYA_EXTERNALPROC_TYPE_STRING|\\[0.2cm]
\noindent Usage: 
\begin{center}
\textbf{string} : \textsf{type type}\\
\end{center}
\noindent Description: \begin{itemize}

\item \textbf{string} represents the \textsf{string} type for declarations
   of external procedures by means of \textbf{externalproc}.
    
   Remark that in contrast to other indicators, type indicators like
   \textbf{string} 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{integer} (\ref{labinteger}), \textbf{list of} (\ref{lablistof}), \textbf{range} (\ref{labrange}), \textbf{object} (\ref{labobject})