Command/dostepwiserecurse

Unofficial ConTeXt Wiki mirror

Last modified: 2025-01-14

Syntax (autogenerated)

\dostepwiserecurse{...}{...}{...}{...}
{...} number
{...} number
{...} [+-]number
{...} command

Syntax

\dostepwiserecurse{start}{stop}{step}{commands}
{start} Initial value of recurselevel
{stop} Stop when recurselevel is higher than this (or when lower, if step is negative)
{step} Increment recurselevel by this much after each iteration
{commands} Commands or text to repeat

Description

Repeat something for start, start + step, start + 2*step, ..., continuing until stop is exceeded.

Example

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: