Subversion Repositories wimsdev

Rev

Rev 6097 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<p>
Syntax: <span class="tt wims_code_words">\\while{condition}{content}</span>
</p>
where <span class="tt wims_code_words">condition</span> is composed of testing conditions (using variables),
<span class="tt wims_code_words">content</span> will be shown continuously until the condition is no longer true. Due to the nature of the command, <span class="tt wims_code_words">content</span> should normally contain definitions that change the values of variables used in <span class="tt wims_code_words">condition</span>.

\help{module=adm/doc&cmd=new&job=help&help_subject=if}
{List of conditions}.