Next: SCM for-by, Previous: SCM find-file, Up: AutoGen Functions [Contents][Index]
Usage: (first-for? [ for_var ])
Returns SCM_BOOL_T
if the named FOR loop (or, if not named, the
current innermost loop) is on the first pass through the data. Outside
of any FOR
loop, it returns SCM_UNDEFINED
, see FOR.
Arguments:
for_var - Optional - which for loop