Go to the first, previous, next, last section, table of contents.
Usage: (last-for? [ for_var ])
Returns SCM_BOOL_T if the named FOR loop (or, if not named, the
current innermost loop) is on the last pass through the data.
Outside of any FOR loop, it returns SCM_UNDEFINED.
See section FOR - Emit a template block multiple times.
Arguments:
for_var - Optional - which for loop
Go to the first, previous, next, last section, table of contents.