Subversion Repositories wimsdev

Rev

Rev 4563 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2071 zjchen 1
!! +exec+ +vardef+
11219 bpr 2
tit:distribute
3
type:$type_exec
4
syntax:!distribute `type string' into `namelist'
5
mean:把 `string' 的内容分配给变量 `namelist'.\
6
  根据 `type' 的取值(可以是 words, items, lines, chars),\
7
  分配按词、按项目、按行或按字符进行. <p>\
8
  例如, 如果 `type'<tt>words</tt>,\
9
  则 `namelist' 里的第一、第二...个变量将依次被设置为\
10
  `string' 里的第一、第二...个词.