Subversion Repositories wimsdev

Rev

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

Rev 11220 Rev 11292
Line 4... Line 4...
4
alias:add
4
alias:add
5
syntax:!sum `fn' for `v'=`v1' to `v2' [step `st']\
5
syntax:!sum ``fn'' for ``v''=``v1'' to ``v2'' [step ``st'']\
6
$ !sum `fn' for `v' in `v1,v2,v3,...'
6
$ !sum ``fn'' for ``v'' in ``v1,v2,v3,...''
7
mean:Computes the sum of a function `fn(v)' with variable `v' replaced successively\
7
mean:Computes the sum of a function ``fn(v)'' with variable ``v'' replaced successively\
8
  by values `v1', ..., `v2'. <p>\
8
  by values ``v1'', ..., ``v2''. <p>\
9
  In the second syntax, the values are given with respect to each item in the list `v1,v2,...'.\
9
  In the second syntax, the values are given with respect to each item in the list ``v1,v2,...''.\
10
  </p>
10
  </p>