JetCore/tests/testfor.jet
2024-12-21 20:26:46 -08:00

10 lines
279 B
Plaintext
Executable File

#!../jet-2.0
<jet cgi="true" name1="localname" filterblanklines="true" trimlines="true">
<set name="iz" value="8" scope="local" />
<for name="ix" start="1" end="10" step="1" scope="local" iz="#[iz]">
#[scope]
<dump file="dump.txt" />
-->[iz]-[iy]-#[ix]<--
</for>
</jet>