Summary:Evaluates a block for each value(s) in a series. Usage:foreach word data body Arguments:word - Word or block of words to set each time (will be local) (must be: get-word word block) data - The series to traverse (must be: series) body - Block to evaluate each time (must be: block) Description:For each evaluation of the block, the word will be set to the first value in the series. The WORDS argument can be a single word or a block of words.
Related:for - Repeats a block over a range of values.
| ||||||
| ||||||