Subversion Repositories wimsdev

Rev

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

Rev 5766 Rev 5920
Line 12... Line 12...
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 <tt>$$recursion_start</tt>.
17
 
17
  </p>