Rev 11240 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | !! +var+ +exec+ +string+ |
11210 | bpr | 2 | tit:values |
3 | type:$type_both |
||
11292 | bpr | 4 | syntax:!values ``fns'' for ``v''=``v1'' to ``v2'' [step ``st'']\ |
5 | $ !values ``fns'' for ``v'' in ``v1,v2,v3,...'' |
||
6 | mean:Outputs a list of values of ``fns'' with variable ``v'' replaced successively by values \ |
||
7 | ``v1'', ..., ``v2''. <p>In the second syntax, the values are given with respect \ |
||
8 | to each item in the list ``v1,v2,...''. </p><p>\ |
||
9 | ``fns'' may be a comma-separated list of functions. </p><p>\ |
||
11210 | bpr | 10 | This command can also be used to make recursions. If the functions\ |
11292 | bpr | 11 | ``fns'' contain a variable named ``last'', this variable\ |
11210 | bpr | 12 | will take the value of the last step each time. And the starting value\ |
11240 | bpr | 13 | can be put into the WIMS variable <span class="tt">$recursion_start</span>.\ |
5920 | bpr | 14 | </p> |