Some doc updates and test update.
This commit is contained in:
parent
839f7e2eb8
commit
71b5f5a05e
@ -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
|
||||||
|
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user