manual:chapter6:lists:cmd_seq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:chapter6:lists:cmd_seq [2021/09/23 13:10]
jojo1973
manual:chapter6:lists:cmd_seq [2021/09/23 14:45]
jojo1973
Line 16: Line 16:
  
 | **Keyword type**  | [[manual:chapter5:basics#commands|Command]]  || | **Keyword type**  | [[manual:chapter5:basics#commands|Command]]  ||
-| **Parallel list processing capabilities**  | [[manual:chapter5:listproc#group-2commands-that-must-use-dolist-to-parallel-process|Group 2]]  | //Commands that must use //''[[manual:chapter6:lists:cmd_cmddolist|DOLIST]]''// to parallel process//  |+| **Parallel list processing capabilities**  | [[manual:chapter5:listproc#group-7multiple-argument-one-result-commands|Group 7]]  | //Multiple argument, one result commands//  |
 | **Affected by flags**  | //None//  || | **Affected by flags**  | //None//  ||
  
Line 36: Line 36:
 <callout color="orangered" icon="fa fa-comment" title="Description"> <callout color="orangered" icon="fa fa-comment" title="Description">
 ---- ----
-The ''SEQ'' command returns a list of results generated by repeatedly executing a program, a symbolic object or an identifier using **N<sub>index</sub>** over the range **Num<sub>start</sub>** to **Num<sub>end</sub>**, in increments of **Num<sub>incr</sub>**. The action of ''SEQ'' for arbitrary inputs can be predicted exactly from this equivalent program:+The ''SEQ'' command returns a list of results generated by repeatedly ''[[manual:chapter6:operators:cmd_ovr_eval|EVAL]]''uating a program, a symbolic object or an identifier using **N<sub>index</sub>** over the range **Num<sub>start</sub>** to **Num<sub>end</sub>**, in increments of **Num<sub>incr</sub>**. 
 +\\ 
 +\\ 
 +The action of ''SEQ'' for arbitrary inputs can be predicted exactly from this equivalent program:
 <code> <code>
 Numstart Numend FOR 'Nindex' Numstart Numend FOR 'Nindex'
  • manual/chapter6/lists/cmd_seq.txt
  • Last modified: 2021/10/02 07:55
  • by jojo1973