Next: SCM for-sep, Previous: SCM for-from, Up: AutoGen Functions [Contents][Index]
Usage: (for-index [ for_var ])
Returns the current index for the named FOR
loop.
If not named, then the index for the innermost loop.
Outside of any FOR loop, it returns SCM_UNDEFINED
, See FOR.
Arguments:
for_var - Optional - which for loop