Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
2071 zjchen 1
!! +exec+ +jump+
11219 bpr 2
tit:while
3
type:$type_exec
4
syntax:while `string1 relation string2'<br/>\
5
  ... (多行的内容)<br/>\
6
 $ !endwhile
7
mean:条件分叉: 执行\
8
  `!while' 行与 `!endwhile' 行之间的多行内容,\
9
  直至 `relation' 不再被满足.\
10
  在作比较前, 先除去 `string1' 与 `\
11
  string2' 两端的空格.\
12
  <p>\
13
  其语法同\
14
  $(ref1)cmdlist_if_$(ref2)cmdlist_if_">if</a>.\
15
  </p>