Subversion Repositories wimsdev

Rev

Rev 5921 | Rev 11212 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5921 Rev 11210
Line 1... Line 1...
1
!! +exec+ +jump+
1
!! +exec+ +jump+
-
 
2
tit:if
2
$lst_tit if$lst_titend$type_exec
3
type:$type_exec
3
  $(lst_syntax)if $emph string1 relation string2 $emphend<br/></span>
4
syntax:!if `string1 relation string2'<br/>\
4
  ... (multi-line content)<br/>
5
  ... (multi-line content)<br/>\
5
 $ <span class="tt">!endif</span>
6
 $ <span class="tt">!endif</span>
6
  $lst_mean Conditional branching: execute the multi-line content between
7
mean:Conditional branching: execute the multi-line content between `!if' line and `!endif' line, \
7
  $emph!if$emphend line and $emph!endif$emphend line, if $emph
-
 
8
  relation$emphend is verified.
-
 
9
  The leading and trailing spaces of $emph string1$emphend and $emph
8
  if `relation' is verified. The leading and trailing spaces of `string1' and `string2' \
10
  string2$emphend will be stripped before making comparisons.
9
  will be stripped before making comparisons.
11
 
-
 
12
  !read help/if.phtml
-