More doc updates.

This commit is contained in:
Brad Arant 2024-10-28 13:21:19 -07:00
parent d139a4b39e
commit 038f7f7bba
3 changed files with 138 additions and 1028 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,4 +1,4 @@
\documentclass{refman}
\documentclass{book}
\title{JET Extension Tags}
\author{Bradford Matthew Arant Sr.}
@ -87,6 +87,23 @@ perform the operations that JET provides.
Use the call tag to evoke an executable file from a jet script.
The atrributes are:
pgm
argn
name
input
\begin{verbatim}
<call pgm="ls" arg1="-al" name="listing" />
\end{verbatim}
will call the ls command with parameter -al and place the output into
a variable named 'listing'.
\section{comment}
Use the comment tag to create a section in the jet script that can be