diff --git a/JetCore.txt b/JetCore.txt index 1c4a393..83d01e7 100644 --- a/JetCore.txt +++ b/JetCore.txt @@ -11,4 +11,58 @@ itself is not passwed to the output and will not appear in the output. Skip Blank Lines options on containers will skip passing any blank lines or line containing only whitespace to the output. +\chapter{Tags} + + + + +\section{call} + +Use the call tag to evoke an executable file from a jet script. + +\section{comment} + +Use the comment tag to create a section in the jet script that is +ignored. + +\section{for} + +Use the for tag to iterate a tag container for a logical number of +times. + +\section{header} + +Use the header tag to output a header prior to outputting the process +buffer to the requester. + +\section{if/else} + +Use the if tag to perform a conditional output on the tag container. +An optional else container provides alternate output in the event the +condition is not met. + +\section{ifrow/else} + +Use the ifrow tag to output the tag container if a row exists in the +mysql tag. + +\section{jet} + +\section{mysql} + +\section{read} + +\section{set} + +\section{sql} + +\section{system} + +\section{while} + +\section{whiledir} + +\section{whilerow} + +\section{write}