Subversion Repositories wimsdev

Rev

Rev 11212 | Rev 15706 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +exec+ +jump+
11210 bpr 2
tit:if
3
type:$type_exec
11292 bpr 4
syntax:!if ``string1 relation string2''<br/>\
11210 bpr 5
  ... (multi-line content)<br/>\
11212 bpr 6
 $ !endif
11292 bpr 7
mean:Conditional branching: execute the multi-line content between ``!if'' line and ``!endif'' line, \
8
  if ``relation'' is verified. The leading and trailing spaces of ``string1'' and ``string2'' \
11210 bpr 9
  will be stripped before making comparisons.