COHERENT help

This page displays the COHERENT help information for for.

Listing of available help pages


for -- Execute commands for tokens in list

for name [in token ...] do sequence done

If in clause is omitted, list of positional parameters to current script is
assumed.  Both do and done must be first token on line or preceded by `;'.  The
shell executes for directly.

for -- Control a loop

for(initialization; endcondition; modification)