Subversion Repositories wimsdev

Rev

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

Rev 8354 Rev 11210
Line 1... Line 1...
1
!! +exec+ +jump+
1
!! +exec+ +jump+
-
 
2
tit:ifval
2
$lst_tit ifval$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
 $ !endif
6
  $lst_mean Same as $(ref1)cmdlist_if_$(ref2)cmdlist_if_">if</a>,
7
mean:Same as $(ref1)cmdlist_if_$(ref2)cmdlist_if_">if</a>, but `=' (`=='), `!=' compares the\
7
  but $emph =$emphend ($emph==$emphend),
-
 
8
  $emph!= $emphend compares the
-
 
9
  numerical values of $emph string1$emphend and $emph string2$emphend
8
  numerical values of `string1' and `string2' rather than the strings themselves.
10
  rather than the strings themselves.
-