File: boolean.tex

package info (click to toggle)
sollya 6.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,376 kB
  • ctags: 5,132
  • sloc: ansic: 120,010; yacc: 8,738; lex: 2,494; makefile: 854; cpp: 76
file content (20 lines) | stat: -rw-r--r-- 1,021 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{boolean}
\label{labboolean}
\noindent Name: \textbf{boolean}\\
\phantom{aaa}keyword representing a \textsf{boolean} type \\[0.2cm]
\noindent Library name:\\
\verb|   SOLLYA_EXTERNALPROC_TYPE_BOOLEAN|\\[0.2cm]
\noindent Usage: 
\begin{center}
\textbf{boolean} : \textsf{type type}\\
\end{center}
\noindent Description: \begin{itemize}

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