WP: Write a Procedure to Disk


\begin{command}
\item[\textbf{Form: } WP filename\hfill]{}
\item[filename]{is the name of the file that will store the current procedure.}
\end{command}

Unless otherwise specified in 'filename', WP will write to the default directory for procedures, which may be displayed by the command PRINT DIR, and uses the default extension. As an example, suppose the default procedure directory is /vista/procedure and the default extension is .pro


\begin{example}
\item[WP medfly\hfill]{writes the current procedure to the file...
...
\item[WP medfly.xyz\hfill]{writes to vista/procedure/medfly.xyz}
\end{example}