Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions doc/manual/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -838,11 +838,11 @@ \section{copyspectator}
\label{substacopyspectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & copyspectator {\tt<}exprname = spectator;{\tt>};
Type & Definition statement\\
Syntax & copyspectator {\tt<}exprname{\tt>} = {\tt<}spectator{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\noindent See chapter~\ref{spectators} on spectators.
\vspace{10mm}

%--#] copyspectator :
Expand All @@ -852,11 +852,11 @@ \section{createspectator}
\label{substacreatespectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & createspectator {\tt<}spectatorname, "filename";{\tt>};
Type & Declaration statement\\
Syntax & createspectator {\tt<}spectatorname{\tt>}, "{\tt<}filename{\tt>}";
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\noindent See chapter~\ref{spectators} on spectators.
\vspace{10mm}

%--#] createspectator :
Expand Down Expand Up @@ -1307,11 +1307,11 @@ \section{emptyspectator}
\label{substaemptyspectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & emptyspectator {\tt<}spectator;{\tt>};
Type & Specification statement\\
Syntax & emptyspectator {\tt<}spectator{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\noindent See chapter~\ref{spectators} on spectators.
\vspace{10mm}

%--#] emptyspectator :
Expand Down Expand Up @@ -4822,11 +4822,11 @@ \section{removespectator}
\label{substaremovespectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & removespectator {\tt<}spectator;{\tt>};
Type & Specification statement\\
Syntax & removespectator {\tt<}spectator{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\noindent See chapter~\ref{spectators} on spectators.
\vspace{10mm}

%--#] removespectator :
Expand Down Expand Up @@ -5979,10 +5979,10 @@ \section{tospectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & tospectator {\tt<}spectator;{\tt>};
Syntax & tospectator {\tt<}spectator{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\noindent See chapter~\ref{spectators} on spectators.
\vspace{10mm}

%--#] tospectator :
Expand Down
Loading