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