Subversion Repositories wimsdev

Rev

Rev 5920 | Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5920 Rev 5921
Line 1... Line 1...
1
!! +var+ +exec+ +string+
1
!! +var+ +exec+ +string+
2
$lst_tit values$lst_titend$type_both
2
$lst_tit values$lst_titend$type_both
3
  $(lst_syntax)values $emph fns$emphend for $emph v$emphend=$emph v1$emphend
3
  $(lst_syntax)values $emph fns$emphend for $emph v$emphend=$emph v1$emphend
4
  to $emph v2$emphend [step $emph st $emphend], or <br/>
4
  to $emph v2$emphend [step $emph st $emphend], or <br/>
5
$ !values $emph fns$emphend for $emph v$emphend in
5
$ !values $emph fns$emphend for $emph v$emphend in
6
  $emph v1,v2,v3,...$emphend</tt>
6
  $emph v1,v2,v3,...$emphend</span>
7
  $lst_mean Outputs a list of values of $emph fns$emphend with
7
  $lst_mean Outputs a list of values of $emph fns$emphend with
8
  variable $emph v $emphend replaced successively by values $emph v1$emphend,
8
  variable $emph v $emphend replaced successively by values $emph v1$emphend,
9
  ..., $emph v2$emphend. <p>
9
  ..., $emph v2$emphend. <p>
10
  In the second syntax, the values are given with respect to each item in
10
  In the second syntax, the values are given with respect to each item in
11
  the list $emph v1,v2,...$emphend. <p>
11
  the list $emph v1,v2,...$emphend. <p>
12
  $emph fns$emphend may be a comma-separated list of functions. <p>
12
  $emph fns$emphend may be a comma-separated list of functions. <p>
13
  This command can also be used to make recursions. If the functions
13
  This command can also be used to make recursions. If the functions
14
  $emph fns$emphend contain a variable named $emph last$emphend, this variable
14
  $emph fns$emphend contain a variable named $emph last$emphend, this variable
15
  will take the value of the last step each time. And the starting value
15
  will take the value of the last step each time. And the starting value
16
  can be put into the WIMS variable <tt>$$recursion_start</tt>.
16
  can be put into the WIMS variable <span class="tt">$$recursion_start</span>.
17
  </p>
17
  </p>