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


3.4.19 for-to - set ending index

Usage: (for-to to)
This function records the terminating value 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:
to - the final index for the AutoGen FOR macro