1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
%$Id: clear.tex,v 1.1 96/03/24 11:12:52 al Exp $
% man commands clear
%------------------------------------------------------------------------
\section{{\tt CLEAR} command}
\index{clear command}
\index{clear circuit}
\index{erase}
\index{title: clear}
%------------------------------------------------------------------------
\subsection{Syntax}
\begin{verse}
{\tt CLEAR}
\end{verse}
%------------------------------------------------------------------------
\subsection{Purpose}
Deletes the entire circuit, and blanks the title.
%------------------------------------------------------------------------
\subsection{Comments}
The entire word {\tt clear} is required.
{\tt Clear} is similar to, but a little more drastic than {\tt delete all}.
After deleting anything, there is no way to get it back.
See also: {\tt delete} command.
%------------------------------------------------------------------------
\subsection{Examples}
\begin{description}
\item[{\tt clear}] Delete the entire circuit.
\end{description}
%------------------------------------------------------------------------
%------------------------------------------------------------------------
|