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
used for making comments and is ignored by the jet reader.
\section{expr}
\section{for}
Use the for tag to iterate a tag container for a logical number of

View File

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