prev command


Usage

prev [expression]

Description

This command is only allowed inside an iterate loop. It returns the iteration one step back, to the previous node on the iterated axis. The optional expression argument may be used to indicate to which level of nested loops the command applies to.

See Also

iterate, redo, last, next

Sections

Flow control