Command: repeat

NEST HelpDesk Command Index NEST Quick Reference
Name:
repeat - execute a procedure n times
Synopsis:
n proc repeat  
Examples:
 
SLI ] 3 { (Hello world) = } repeat
Hello world
Hello world
Hello world
SLI ]

Description:
 
repeat executes the supplied procedure n times.
The loop can be left prematurely using exit.

Note: The interation counter is not available
to the procedure. If this is desired, use for instead.

SeeAlso: Source:
/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