Next: List Function Prefixes, Previous: List Operators, Up: The List Library [Index]
The ‘list’ ‘for’ statements are:
See The For Statement.
is:
if (lt_first(,,)) {
do {
} while (lt_next(,,));
}
is:
if (lt_last(,,)) {
do {
} while (lt_previous(,,));
}