Forskip - Function SummarySummary:Evaluates a block for periodic values in a series. Usage:forskip word skip-num body Arguments:word - Word set to each position in series and changed as a result (must be: word) skip-num - Number of values to skip each time (must be: integer) body - Block to evaluate each time (must be: block) Description:Prior to evaluation, the word must be set to the desired starting position within the series (normally the head, but any position is valid). After each evaluation of the block, the word's position in the series is changed by skipping the number of values specified by the second argument (see the SKIP function).
Related:for - Repeats a block over a range of values.
| ||||
|