Some doc updates and test update.

This commit is contained in:
brad Arant 2024-11-20 08:47:23 -08:00
parent 839f7e2eb8
commit 71b5f5a05e
2 changed files with 9 additions and 3 deletions

View File

@ -182,6 +182,10 @@ a variable named 'listing'.
Use the comment tag to create a section in the jet script that can be Use the comment tag to create a section in the jet script that can be
used for making comments and is ignored by the jet reader. used for making comments and is ignored by the jet reader.
\section{expr}
\section{for} \section{for}
Use the for tag to iterate a tag container for a logical number of Use the for tag to iterate a tag container for a logical number of

View File

@ -5,9 +5,11 @@
<html> <html>
--- ---
<set name="modified1" value="ABCD" /> <set name="modified1" value="ABCD" />
$[modified1] $[modified1;tohex]
<set name="tohex" value="TOHEX" /> <set name="tohex" value="tohex" />
$[modified1] $[modified1;$[tohex]]
<set name="complete" value="$[modified1];$[tohex]" />
$[complete]
--- ---
$[nonexistant] $[nonexistant]
$[%HOME] $[%HOME]