Navigation:  Templates > Template Language Reference > Logic and Source Generation Control >====== Template Logic Control Statements C6H0068.jpg ====== Previous pageReturn to chapter overviewNext page

#FOR (generate code multiple times)

#IF (conditionally generate code)

#LOOP (iteratively generate code)

#BREAK (break out of a loop)

#CYCLE (cycle to top of loop)

#CASE (conditional execution structure)

#INDENT (change indentation level)

#INSERT (insert code from a #GROUP)

#CALL (insert code from a #GROUP, without indention)

#INVOKE (insert code from a named #GROUP)

#RETURN (return from #GROUP)