Subversion Repositories wimsdev

Rev

Rev 14279 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14279 Rev 17228
Line 5... Line 5...
5
 
5
 
6
syntax:!makelist ``templ'' for ``v''=``v1'' to ``v2'' [step ``st''], or \
6
syntax:!makelist ``templ'' for ``v''=``v1'' to ``v2'' [step ``st''], or \
7
!makelist ``templ'' for ``v'' in ``v1,v2,v3,...''
7
!makelist ``templ'' for ``v'' in ``v1,v2,v3,...''
8
 
8
 
9
mean:Outputs a list consisting of ``templ'' with variable ``v'' successively substituted \
9
mean:Outputs a list consisting of ``templ'' with variable ``v'' successively substituted \
10
  by values ``v1'', ..., ``v2''.<br/>\
10
  by values ``v1'', ..., ``v2''.<br>\
11
  In the second syntax, the substitutions are done with respect to each item in\
11
  In the second syntax, the substitutions are done with respect to each item in\
12
  the list ``v1,v2,...''.<br/>\
12
  the list ``v1,v2,...''.<br>\
13
  The variable ``v'' should appear in ``templ'' as a math variable \
13
  The variable ``v'' should appear in ``templ'' as a math variable \
14
  (that is, with no preceeding character).
14
  (that is, with no preceeding character).
15
 
15
 
16
sample:see below
16
sample:see below
17
:end
17
:end