Next: , Previous: , Up: AutoGen Scheme Functions   [Contents][Index]


3.4.15 for-by - set iteration step

Usage: (for-by by)
This function records the "step by" information for an AutoGen FOR function. Outside of the FOR macro itself, this function will emit an error. See FOR - Emit a template block multiple times.

Arguments:
by - the iteration increment for the AutoGen FOR macro