Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 11209 → Rev 11210

/trunk/wims/public_html/modules/help/wimsdoc.en/cmd/while.phtml
1,14 → 1,14
!! +exec+ +jump+
$lst_tit while$lst_titend$type_exec
$(lst_syntax)while $emph string1 relation string2 $emphend<br/></span>
tit:while
type:$type_exec
syntax:!while `string1 relation string2'<br/>
... (multi-line content)<br/>
$ <span class="tt">!endwhile</span>
$lst_mean Conditional branching: execute the multi-line content between
$emph!while$emphend line and $emph!endwhile$emphend line, until $emph
relation$emphend is no longer verified.
The leading and trailing spaces of $emph string1$emphend and $emph
string2$emphend will be stripped before making comparisons.
<p>
The syntax is the same as for
$(ref1)cmdlist_if_$(ref2)cmdlist_if_">if</a>.
mean:Conditional branching: execute the multi-line content between\
`!while' line and `!endwhile' line, until `relation' is no longer verified.\
The leading and trailing spaces of `string1' and `string2' will be stripped\
before making comparisons.\
<p>\
The syntax is the same as for\
$(ref1)cmdlist_if_$(ref2)cmdlist_if_">if</a>.\
</p>