NEST HelpDesk | Command Index | NEST Quick Reference |
loop - repeatedly execute a procedureSynopsis:
proc loop -Description:
SeeAlso: Source:
loop takes a procedure object an executes it repeatedly.
Since there is no direct termination condition, the loop
has to be terminated by calling exit.
If the procedure has to be evaluated for a certain number of
times, consider the use of repeat or for.
If some container should be iterated, consider forall or Map
/opt/conda/conda-bld/nest_1512397208563/work/nest-2.14.0/sli/slicontrol.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative